diff options
author | Philip Arndt <p@arndt.io> | 2013-07-15 03:35:31 +1200 |
---|---|---|
committer | Philip Arndt <p@arndt.io> | 2013-07-15 03:35:31 +1200 |
commit | b9ab06148f249b7968428700d9e4490c478cbd54 (patch) | |
tree | 81feb1f8ecd3f48b0192f21cdc2b3649e37f46aa | |
parent | 48950c119297dc6c99edfe8d1c99eb7a77dc9496 (diff) | |
download | refinerycms-blog-b9ab06148f249b7968428700d9e4490c478cbd54.tar.gz refinerycms-blog-b9ab06148f249b7968428700d9e4490c478cbd54.tar.bz2 refinerycms-blog-b9ab06148f249b7968428700d9e4490c478cbd54.zip |
Updated Travis CI configuration.
-rw-r--r-- | .travis.yml | 9 |
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 |