Skip to content

Commit

Permalink
test ruby 2.1 instead of 1.9.3 and only launch one test group per tra…
Browse files Browse the repository at this point in the history
…vis/appveyor
  • Loading branch information
mwrock committed Jul 4, 2016
1 parent f64da2e commit c871b7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ before_install:
- gem install bundler
- gem --version

branches:
only:
- master

matrix:
include:
- rvm: 1.9.3
- rvm: 2.1
- rvm: 2.0
- rvm: 2.2
script: bundle exec rake test test:docker config=test-travis-1.yaml
Expand Down
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
bundler_url: https://rubygems.org/downloads/bundler-1.9.9.gem

matrix:
- ruby_version: "193"
- ruby_version: "21"
train_target: winrm://test_user@localhost:5985

- ruby_version: "22"
Expand All @@ -23,6 +23,10 @@ environment:
clone_folder: c:\projects\train
clone_depth: 1

branches:
only:
- master

cache:
- vendor/bundle -> appveyor.yml

Expand Down

0 comments on commit c871b7a

Please sign in to comment.