Skip to content

Commit

Permalink
Update travis config for newer rubies and fork
Browse files Browse the repository at this point in the history
  • Loading branch information
alexblackie committed Jul 29, 2016
1 parent 3bd93aa commit 0eee1f5
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.10
- 2.2.5
- 2.3.1
before_script:
- "bundle exec rake test_app"
script: "DISPLAY=:99.0 bundle exec rspec spec"
notifications:
email:
- peter@spreecommerce.com
irc:
channels:
- "irc.freenode.org#spree"
use_notice: true
branches:
only:
- master
- 1-3-stable
- 2-0-stable
- 2-1-stable
- 2-2-stable
- 2-3-stable
script: "bundle exec rspec spec"

0 comments on commit 0eee1f5

Please sign in to comment.