Added inotify-tools to travis env
This commit is contained in:
parent
5ec5d01dca
commit
394f1537db
|
@ -5,6 +5,9 @@ os:
|
|||
linux
|
||||
osx
|
||||
|
||||
before_install:
|
||||
sudo apt-get install inotify-tools
|
||||
|
||||
script:
|
||||
TRAVIS_RUN=true dev/tests/run_tests.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue