Skip to content

Commit 92c6d4e

Browse files
committed
Make travis to use build matrix
1 parent 9013aba commit 92c6d4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ sudo: required
33
git:
44
submodules: false
55
env:
6-
global:
7-
- RAILS_ENV=test
6+
- SPECS=bin/spec_v8
7+
- SPECS=bin/spec_models
88
services:
99
- docker
1010
before_install:
@@ -15,4 +15,4 @@ install:
1515
before_script:
1616
- docker-compose run web bin/rake db:create db:migrate RAILS_ENV=test
1717
script:
18-
- docker-compose run web bin/spec_v8
18+
- docker-compose run web $SPECS

0 commit comments

Comments
 (0)