aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 6c08efb222736570152fbf753e44954c80d79d96 (plain) (blame)
1
2
3
4
5
6
7
language: c
dist: trusty
sudo: yes

script:
  - ( cd firejail ; ./configure && make && sudo make install-strip )
  - find /usr/local