pulsar/.travis.yml

14 lines
245 B
YAML
Raw Normal View History

2015-04-09 11:29:36 +03:00
os:
- linux
- osx
install:
2015-04-09 11:40:50 +03:00
- test "$TRAVIS_OS_NAME" = "linux" && sudo apt-get install build-essential git libgnome-keyring-dev fakeroot || true
2015-04-03 10:32:23 +03:00
2015-04-07 11:48:18 +03:00
script: script/cibuild
2015-04-03 10:32:23 +03:00
notifications:
email:
on_success: never
on_failure: change