attempt to improve travis perf

This commit is contained in:
Thomas Reynolds 2015-01-04 14:42:06 -06:00
parent f16510d034
commit 96e05128a1

View file

@ -1,25 +1,27 @@
language: ruby language: ruby
sudo: false
cache: bundler cache: bundler
bundler_args: --without development before_script:
before_install: git submodule update --init --recursive - bundle update
rvm: rvm:
- ruby-head - ruby-head
- jruby-19mode - jruby-19mode
- rbx-2
- 2.2 - 2.2
- 2.1.5 - 2.1
- 2.1.4 - 2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.9.3 - 1.9.3
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- rvm: ruby-head - rvm: ruby-head
- rvm: jruby-19mode - rvm: jruby-19mode
env: TEST=true CODECLIMATE_REPO_TOKEN=81787f7b1c3bfa937edadcafbc94f807bf5af5c1142c7b793f2d9969a271de1f - rvm: rbx-2
env:
global:
- JRUBY_OPTS='-J-Xmx1024M'
- TEST=true
- CODECLIMATE_REPO_TOKEN=81787f7b1c3bfa937edadcafbc94f807bf5af5c1142c7b793f2d9969a271de1f
script: bundle exec rake test script: bundle exec rake test
notifications: notifications:
slack: middleman:JW9OvXmn1m3XrSERe8866nBR slack: middleman:JW9OvXmn1m3XrSERe8866nBR