aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-11-05 07:54:34 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2018-11-05 07:54:34 -0500
commit35b7851dec8771fbb80112078d48e822a539ab3c (patch)
tree76913caf6499fc237d2a63e0940110526818c2a3 /.travis.yml
parentfix --bandwidth command (diff)
downloadfirejail-35b7851dec8771fbb80112078d48e822a539ab3c.tar.gz
firejail-35b7851dec8771fbb80112078d48e822a539ab3c.tar.zst
firejail-35b7851dec8771fbb80112078d48e822a539ab3c.zip
removed transfer.sh support from travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 5df088264..08ab2b61c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ script:
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 --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 . )
11 - curl --upload-file ./firejail-*.tar.bz2 https://transfer.sh/firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 11# - curl --upload-file ./firejail-*.tar.bz2 https://transfer.sh/firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2
12 - # Could use https://github.com/probonopd/uploadtool to upload to GitHub Releases instead 12# - # Could use https://github.com/probonopd/uploadtool to upload to GitHub Releases instead