Skip to content

Commit d229628

Browse files
authored
Merge pull request #1993 from alaxalves/travis-improv
Paralleling Travis jobs to shorten build duration
2 parents da7c540 + 69b5892 commit d229628

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
language: ruby
22
sudo: false
33
rvm: 2.6.1
4-
cache:
5-
bundler: true
6-
script: bundle exec rake ci
4+
cache: bundler
5+
env:
6+
- TASK=build
7+
- TASK=test
8+
script: bundle exec rake $TASK
79
# Notifications, used by our Gitter channel.
810
notifications:
911
webhooks:

0 commit comments

Comments
 (0)