aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index f1590aaa2..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,12 +0,0 @@
1language: c
2dist: trusty
3sudo: true
4
5script:
6 - sudo apt-get -y install expect csh xzdec lintian fakeroot
7 - ( ./configure --enable-fatal-warnings --prefix=/usr && make && sudo make install && make test-travis )
8 - ( sudo make install-strip DESTDIR=$(readlink -f appdir) )
9# # If successful, build release tarball
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
12# - # Could use https://github.com/probonopd/uploadtool to upload to GitHub Releases instead