summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-07-18 01:41:33 +0200
committerLibravatar GitHub <noreply@github.com>2019-07-18 01:41:33 +0200
commit7b3d9e9a35896bf7aef7d36262b56f799553ab37 (patch)
tree2191aa401f7eaa87d38fa746a8ce5c9ccfcd5f86 /.travis.yml
parentdocument profile support for allow-debuggers in firejail-profile man page (#2... (diff)
downloadfirejail-7b3d9e9a35896bf7aef7d36262b56f799553ab37.tar.gz
firejail-7b3d9e9a35896bf7aef7d36262b56f799553ab37.tar.zst
firejail-7b3d9e9a35896bf7aef7d36262b56f799553ab37.zip
travis ci: add enable-fatal-warnings
Diffstat (limited to '.travis.yml')
-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 . )