Skip to content

Commit

Permalink
Upgrade CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Dec 4, 2014
1 parent 545f079 commit e5dd086
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: ruby
bundler_args: --without development
cache:
- bundler: true
sudo: false
before_script:
- "sh -e /etc/init.d/xvfb start"
- "bundle exec rake refinery:testing:dummy_app"
Expand All @@ -21,5 +24,6 @@ env:
- DB=postgresql
- DB=mysql
rvm:
- 2.1.0
- 2.2
- 2.1
- 2.0.0

0 comments on commit e5dd086

Please sign in to comment.