aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index cef47c4..56586f2 100644
--- a/.travis.yml
+++ b/.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:
@@ -27,7 +23,6 @@ env:
matrix:
allow_failures:
- rvm: rbx-19mode
- - rvm: jruby-19mode
rvm:
- 2.0.0
- 1.9.3