1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00
thoughtbot--factory_bot_rails/.travis.yml
Joshua Clayton 9e0b178c6f Correctly configure Aruba command timeout
This removes the misconfiguration of Aruba timeout by instance variable
2016-04-07 17:52:00 -04:00

22 lines
378 B
YAML

language: ruby
env:
- ARUBA_TIMEOUT=240
before_install:
- gem update --system
- gem update bundler
- gem cleanup bundler
cache: bundler
rvm:
- 2.1.5
- 2.2.4
- 2.3.0
- jruby-19mode
branches:
only:
- master
install:
- "travis_retry bundle install --jobs 8"
gemfile:
- gemfiles/rails3.2.gemfile
- gemfiles/rails4.1.gemfile
- gemfiles/rails4.2.gemfile