Skip to content

Commit

Permalink
Use the new build env on Travis.
Browse files Browse the repository at this point in the history
More ram and cpu, improve network and vm boot times.
http://docs.travis-ci.com/user/workers/container-based-infrastructure/
  • Loading branch information
futhr committed Nov 25, 2014
1 parent d062648 commit b2f3b9b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
sudo: false
before_script:
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
- bundle exec rake test_app
script:
- bundle exec rspec spec
rvm:
- 1.9.3
- 2.0.0
- 2.1.5

0 comments on commit b2f3b9b

Please sign in to comment.