aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 2b0d517..4bc7ac2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,12 +27,9 @@ matrix:
compiler: clang
script:
- export CFLAGS=-Werror;
- make clean;
- make;
- make clean;
- make -f scripts/make_native/Makefile.native;
- make clean;
+ - export CFLAGS=-Werror;
+ - make clean; make;
+ - make clean;
before_deploy:
- unset CFLAGS