make travis green again

This commit is contained in:
yqbk
2016-10-08 20:37:20 +02:00
parent ea745cbb5b
commit 44aca293e9
41 changed files with 322 additions and 225 deletions

View File

@@ -15,7 +15,14 @@ before_script:
cache: bundler
language: ruby
rvm:
## - 2.1.5
## - 2.2.1
# - 2.3.1
#script: bundle exec rspec --color --format documentation --require spec_helper --require rails_helper --tag ~docker
- 2.1.5
- 2.2.1
- 2.3.1
script: bundle exec rspec --tag ~docker
script: bundle exec rspec --require spec_helper --require rails_helper --tag ~docker