Updated travis file with sudo and dependancies
This commit is contained in:
parent
130acc2cba
commit
bf8cacd4b6
|
@ -5,6 +5,12 @@ os:
|
||||||
linux
|
linux
|
||||||
osx
|
osx
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
sudo apt-get install inotify-tools acl
|
||||||
|
|
||||||
|
sudo:
|
||||||
|
required
|
||||||
|
|
||||||
script:
|
script:
|
||||||
TRAVIS_RUN=true dev/tests/run_tests.sh
|
TRAVIS_RUN=true dev/tests/run_tests.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue