From c0c968add961f8d873ba7601071dbd5dc7612792 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 21 Jan 2017 01:12:32 +0100 Subject: [PATCH] - add tests also for the production branch --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8c49ccdb4..aa51f358f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,8 @@ script: - debuild -e PATH -us -uc -j2 - sudo dpkg -i ../libhermit*_amd64.deb - make -j2 examples - - if [ "$TRAVIS_BRANCH" != "production" ]; then make test; fi + - make test + #- if [ "$TRAVIS_BRANCH" != "production" ]; then make test; fi deploy: on: production