aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
-rw-r--r--README.md6
2 files changed, 7 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index ead201179..336668f77 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,4 @@ sudo: true
4 4
5script: 5script:
6 - sudo apt-get -y install expect csh zsh 6 - sudo apt-get -y install expect csh zsh
7 - ( cd firejail ; ./configure --prefix=/usr && make && sudo make install && make test-travis ) 7 - ( cd firejail ; ./configure --prefix=/usr --enable-git-install && make && sudo make install && make test-travis )
8 - ( cd firejail ; sudo make install-strip DESTDIR=$(readlink -f appdir) )
9 - ( cd appdir/ ; tar cfvj ../firejail-travis-build.tar.bz2 . )
10 - curl --upload-file ./firejail-*.tar.bz2 https://transfer.sh/firejail-travis-build.tar.bz2
11 - # Could use https://github.com/probonopd/uploadtool to upload to GitHub Releases instead
diff --git a/README.md b/README.md
index 58656e710..2e848413c 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,8 @@ Documentation: https://firejail.wordpress.com/documentation-2/
28 28
29FAQ: https://firejail.wordpress.com/support/frequently-asked-questions/ 29FAQ: https://firejail.wordpress.com/support/frequently-asked-questions/
30 30
31Travis-CI status: https://travis-ci.org/netblue30/firejail
32
31 33
32## Compile and install 34## Compile and install
33````` 35`````
@@ -95,6 +97,10 @@ Use this issue to request new profiles: [#1139](https://github.com/netblue30/fir
95````` 97`````
96# Current development version: 0.9.49 98# Current development version: 0.9.49
97 99
100## Travis-CI integration
101
102Check the status of the latest build here: https://travis-ci.org/netblue30/firejail
103
98## New command options: 104## New command options:
99````` 105`````
100 --disable-mnt 106 --disable-mnt