Added inotify-tools to travis env

This commit is contained in:
deajan 2016-11-21 09:47:11 +01:00
parent 5ec5d01dca
commit 394f1537db
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ os:
linux linux
osx osx
before_install:
sudo apt-get install inotify-tools
script: script:
TRAVIS_RUN=true dev/tests/run_tests.sh TRAVIS_RUN=true dev/tests/run_tests.sh