From fc0631e9112637ffef6f150d83e440b25be5d074 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 22 Jan 2017 23:14:17 +0100 Subject: [PATCH] avoid tests on the master branch --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4022c6fee..eb6a8274f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,7 @@ script: - debuild -e PATH -e CFLAGS_FOR_TARGET -e GOFLAGS_FOR_TARGET -e FCFLAGS_FOR_TARGET -e FFLAGS_FOR_TARGET -e CXXFLAGS_FOR_TARGET -us -uc -j2 - sudo dpkg -i ../libhermit*_amd64.deb - make -j2 examples - - make test - #- if [ "$TRAVIS_BRANCH" != "production" ]; then make test; fi + - if [ "$TRAVIS_BRANCH" != "master" ]; then make test; fi deploy: on: production