Skip to content

Commit

Permalink
test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
clee-r7 committed Apr 26, 2018
1 parent 0fd7ab6 commit 8973b97
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ rvm:
env:
- CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content"'
- CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag ~content"'
- CMD='bundle exec rake rspec-rerun:spec REMOTE_DB=1'
- CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content REMOTE_DB=1"'

matrix:
fast_finish: true
exclude:
- rvm: '2.3.7'
env: CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content REMOTE_DB=1"'
- rvm: '2.4.4'
env: CMD='bundle exec rake rspec-rerun:spec SPEC_OPTS="--tag content REMOTE_DB=1"'

jobs:
# build docker image
Expand Down

0 comments on commit 8973b97

Please sign in to comment.