2
0
mirror of https://github.com/deajan/osync synced 2024-11-03 15:40:14 +00:00
osync/.travis.yml

17 lines
175 B
YAML
Raw Normal View History

2016-08-30 11:47:15 +00:00
language:
bash
2016-08-30 11:42:48 +00:00
2016-08-30 14:17:15 +00:00
os:
linux
osx
2016-11-21 08:47:11 +00:00
before_install:
2016-11-21 08:59:17 +00:00
sudo apt-get install inotify-tools acl
sudo:
required
2016-11-21 08:47:11 +00:00
2016-08-30 11:42:48 +00:00
script:
2016-09-05 20:21:25 +00:00
TRAVIS_RUN=true dev/tests/run_tests.sh
2016-08-30 14:17:15 +00:00