Skip to content

Commit 18e17f9

Browse files
committed
Paralleling Travis jobs to shorten build duration
1 parent ffe9e47 commit 18e17f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ sudo: false
33
rvm: 2.6.1
44
cache:
55
bundler: true
6-
script: bundle exec rake ci
6+
env:
7+
matrix:
8+
- SCRIPT="bundle exec rake build"
9+
- SCRIPT="bundle exec rake test"
10+
script: $SCRIPT
711
# Notifications, used by our Gitter channel.
812
notifications:
913
webhooks:

0 commit comments

Comments
 (0)