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