We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefe862 commit 9f135dcCopy full SHA for 9f135dc
.travis.yml
@@ -13,6 +13,7 @@ addons:
13
- docker-ce
14
15
before_install:
16
+ - export TRAVIS_COMMIT_RANGE="${TRAVIS_COMMIT_RANGE/.../..}"
17
- source functions.sh && images_updated $TRAVIS_COMMIT_RANGE || tests_updated $TRAVIS_COMMIT_RANGE || travis_terminate
18
19
script: ./test-build.sh $NODE_VERSION $VARIANT
0 commit comments