From a34920c4f7952421729148eebb9009b2a1722a9a Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Sat, 29 Nov 2014 21:19:52 +0100 Subject: [PATCH] Use the new build env on Travis faster better stronger --- .travis.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e44cf2707..22db77b9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ -branches: - only: - - 'master' - - 'develop' - language: ruby + rvm: - 2.1 - 2.0 @@ -14,8 +10,15 @@ env: - DB=postgres 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" notifications: -- GitLab