Skip to content

Commit 69b5892

Browse files
committed
Simplify build matrix for Travis CI
1 parent e3caede commit 69b5892

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ sudo: false
33
rvm: 2.6.1
44
cache: bundler
55
env:
6-
matrix:
7-
- SCRIPT="bundle exec rake build"
8-
- SCRIPT="bundle exec rake test"
9-
script: $SCRIPT
6+
- TASK=build
7+
- TASK=test
8+
script: bundle exec rake $TASK
109
# Notifications, used by our Gitter channel.
1110
notifications:
1211
webhooks:

0 commit comments

Comments
 (0)