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

script:
  - sudo apt-get -y install expect csh zsh
  - ( cd firejail ; ./configure --prefix=/usr --enable-git-install && make && sudo make install && make test-travis )