Skip to content

Commit

Permalink
show suites in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Aug 16, 2016
1 parent 56ba1de commit 050e3e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ matrix:
- rvm: 2.1
- rvm: 2.0
- rvm: 2.2
script: bundle exec rake test test:docker config=test-travis-1.yaml
script: bundle exec rake $SUITE
env: SUITE="test test:docker config=test-travis-1.yaml"
- rvm: 2.2
script: bundle exec rake test:docker config=test-travis-2.yaml
script: bundle exec rake $SUITE
env: SUITE="test:docker config=test-travis-2.yaml"

deploy:
provider: rubygems
gemspec: train.gemspec
Expand Down

0 comments on commit 050e3e7

Please sign in to comment.