aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index e02fdd0..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-language: cpp
-os:
- - linux
-compiler:
- - clang
- - gcc
-env:
- matrix:
- - BUILD_ARCH="x86"
- - BUILD_ARCH="x86_64"
- global:
- - MAKEFLAGS="-j 2"
-matrix:
- exclude:
- - os: linux
- compiler: clang
- env: BUILD_ARCH="x86" # Only do the gcc x86 build to reduce clutter
-before_install:
- - EXTRA_CFLAGS="-Werror"
-script:
- - ./configure && make
- - sudo make runtests || true