We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9013aba commit 92c6d4eCopy full SHA for 92c6d4e
.travis.yml
@@ -3,8 +3,8 @@ sudo: required
3
git:
4
submodules: false
5
env:
6
- global:
7
- - RAILS_ENV=test
+ - SPECS=bin/spec_v8
+ - SPECS=bin/spec_models
8
services:
9
- docker
10
before_install:
@@ -15,4 +15,4 @@ install:
15
before_script:
16
- docker-compose run web bin/rake db:create db:migrate RAILS_ENV=test
17
script:
18
- - docker-compose run web bin/spec_v8
+ - docker-compose run web $SPECS
0 commit comments