aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 08ab2b61c..f1590aaa2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ sudo: true
4 4
5script: 5script:
6 - sudo apt-get -y install expect csh xzdec lintian fakeroot 6 - sudo apt-get -y install expect csh xzdec lintian fakeroot
7 - ( ./configure --prefix=/usr && make && sudo make install && make test-travis ) 7 - ( ./configure --enable-fatal-warnings --prefix=/usr && make && sudo make install && make test-travis )
8 - ( sudo make install-strip DESTDIR=$(readlink -f appdir) ) 8 - ( sudo make install-strip DESTDIR=$(readlink -f appdir) )
9# # If successful, build release tarball 9# # If successful, build release tarball
10# - ( cd appdir/ ; tar cfvj ../firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 . ) 10# - ( cd appdir/ ; tar cfvj ../firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 . )