We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a396d2d commit 28bc81fCopy full SHA for 28bc81f
1 file changed
.travis.yml
@@ -4,10 +4,10 @@ matrix:
4
include:
5
- env: VERSION=9.3
6
- env: VERSION=latest
7
- - env: VERSION=carthage
8
before_script:
9
- bundle exec danger
10
script:
+ - bundle exec rake ci:build[$VERSION]
11
- make carthage
12
after_script:
13
- make documentation
0 commit comments