1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

Disabled test for production.

This commit is contained in:
Jens Breitbart 2017-01-18 21:31:49 +01:00
parent e016385528
commit d368f9ca60

View file

@ -20,7 +20,7 @@ script:
- debuild -e PATH -us -uc -j2
- sudo dpkg -i ../libhermit*_amd64.deb
- make -j2 examples
- make test
- if [ "$TRAVIS_BRANCH" != "production" ]; then make test; fi
deploy:
on: production