Merge pull request #5439 from joshk/patch-1
Use the new build env on Travis
This commit is contained in:
commit
dd30fe7367
1 changed files with 9 additions and 6 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue