Merge pull request #5439 from joshk/patch-1

Use the new build env on Travis
This commit is contained in:
Jonne Haß 2014-11-29 21:26:06 +01:00
commit dd30fe7367

View file

@ -1,9 +1,5 @@
branches:
only:
- 'master'
- 'develop'
language: ruby language: ruby
rvm: rvm:
- 2.1 - 2.1
- 2.0 - 2.0
@ -14,8 +10,15 @@ env:
- DB=postgres BUILD_TYPE=cucumber - DB=postgres BUILD_TYPE=cucumber
- DB=mysql BUILD_TYPE=cucumber - DB=mysql BUILD_TYPE=cucumber
sudo: false
branches:
only:
- 'master'
- 'develop'
bundler_args: "--without development production heroku --jobs 3 --retry 3"
bundler_args: "--without development production heroku"
script: "./script/ci/build.sh" script: "./script/ci/build.sh"
notifications: notifications: