mirror of
https://github.com/deajan/osync
synced 2024-11-03 15:40:14 +00:00
17 lines
175 B
YAML
17 lines
175 B
YAML
language:
|
|
bash
|
|
|
|
os:
|
|
linux
|
|
osx
|
|
|
|
before_install:
|
|
sudo apt-get install inotify-tools acl
|
|
|
|
sudo:
|
|
required
|
|
|
|
script:
|
|
TRAVIS_RUN=true dev/tests/run_tests.sh
|
|
|