Skip to content

Commit

Permalink
Update Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Feb 17, 2015
1 parent d5e03c4 commit 2551645
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ language: ruby
before_script:
- "sh -e /etc/init.d/xvfb start"
- "bundle exec rake refinery:testing:dummy_app > /dev/null"
# Per https://github.com/travis-ci/travis-ci/issues/2821
install:
- bundle install --retry=3
script:
- "DISPLAY=:99.0 bundle exec rspec spec"
notifications:
Expand All @@ -23,7 +20,7 @@ env:
- DB=postgresql
- DB=mysql
rvm:
- 2.0.0
- 2.2
- 2.1
- 2.0.0
- rbx-2
- jruby-19mode

0 comments on commit 2551645

Please sign in to comment.