From 111cfac5f2dc4cf5da2d259c8e1bb65eecf88833 Mon Sep 17 00:00:00 2001 From: probonopd Date: Tue, 8 Aug 2017 21:31:44 +0200 Subject: Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 19dee76a2..454a8ad4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,9 @@ dist: trusty sudo: true script: + - sudo apt-get -y install expect - ( cd firejail ; ./configure --prefix=/usr && make && sudo make install && make test ) - ( cd firejail ; sudo make install-strip DESTDIR=$(readlink -f appdir) ) - ( cd appdir/ ; tar cfvj ../firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 . ) - curl --upload-file ./firejail-*.tar.bz2 https://transfer.sh/firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 + - # Could use https://github.com/probonopd/uploadtool to upload to GitHub Releases instead -- cgit v1.2.3-70-g09d2