From b9ab06148f249b7968428700d9e4490c478cbd54 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Mon, 15 Jul 2013 03:35:31 +1200 Subject: Updated Travis CI configuration. --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3