-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update travis config for newer rubies and fork
- Loading branch information
1 parent
3bd93aa
commit 0eee1f5
Showing
1 changed file
with
4 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |