diaspora/.travis.yml
Jonne Haß 2348fb9d09 drop firefox addon from travis.yml
Travis build environment was updated to FF 31
2014-08-27 17:00:21 +02:00

24 lines
399 B
YAML

branches:
only:
- 'master'
- 'develop'
language: ruby
rvm:
- 2.0.0
- 1.9.3
env:
- DB=postgres BUILD_TYPE=other
- DB=mysql BUILD_TYPE=other
- DB=postgres BUILD_TYPE=cucumber
- DB=mysql BUILD_TYPE=cucumber
bundler_args: "--without development production heroku"
script: "./script/ci/build.sh"
notifications:
irc:
channels:
- "irc.freenode.org:6667#diaspora-dev"