Skip to content

Commit

Permalink
Update travis.yml to support TravisCI changes
Browse files Browse the repository at this point in the history
* add 'sudo: false' to allow the tests to be run faster on containerized
  infrastructure
* add 'before_install: ...' to install the latest version of bundle the
  the version installed with Ruby v1.9.3 does not appear to be working
  as expected. This issued is described here:
  - travis-ci/travis-ci#5239
  • Loading branch information
acant committed Apr 28, 2017
1 parent 36c178c commit f850ffe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,8 +1,10 @@

language: ruby
rvm:
- 1.9.3
- 2.0.0
sudo: false
before_install:
- gem install bundler
script:
- bundle exec rspec spec
- bundle exec cucumber
Expand Down

0 comments on commit f850ffe

Please sign in to comment.