Skip to content

Commit

Permalink
Update Travis CI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Jul 18, 2013
1 parent 2c8d836 commit 4e7bd25
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
@@ -1,12 +1,8 @@
language: ruby
before_install:
- 'if [[ "$TRAVIS_RUBY_VERSION" =~ "jruby" ]] ; then gem update --system ; fi'
- gem install bundler
install:
- bundle install --without development
bundler_args: --without development
before_script:
- "sh -e /etc/init.d/xvfb start"
- "bundle exec rake refinery:testing:dummy_app > /dev/null"
- "bundle exec rake refinery:testing:dummy_app"
script:
- "DISPLAY=:99.0 bundle exec rspec spec"
notifications:
Expand All @@ -27,7 +23,6 @@ env:
matrix:
allow_failures:
- rvm: rbx-19mode
- rvm: jruby-19mode
rvm:
- 2.0.0
- 1.9.3
Expand Down

0 comments on commit 4e7bd25

Please sign in to comment.