Skip to content

Commit

Permalink
Make Travis run on container-based infrastructure for faster builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian C. Dunn committed Jul 22, 2015
1 parent 5f74557 commit b7cd9b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: ruby
sudo: false

rvm:
- 2.0.0
- 2.1.0
- 2.1
- 2.2
script: bundle exec rspec --color --format progress

0 comments on commit b7cd9b1

Please sign in to comment.