Skip to content

Commit d355237

Browse files
Drop Travis CI before_install temporarily
We'll add it back until it works.
1 parent c593c81 commit d355237

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ addons:
1212
packages:
1313
- docker-ce
1414

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-
1915
script: ./test-build.sh $NODE_VERSION $VARIANT
2016

2117
stages:

travis.yml.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ addons:
1010
packages:
1111
- docker-ce
1212

13-
before_install:
14-
- source functions.sh && images_updated $TRAVIS_COMMIT_RANGE || tests_updated $TRAVIS_COMMIT_RANGE || travis_terminate
15-
1613
script: ./test-build.sh $NODE_VERSION $VARIANT
1714

1815
stages:

0 commit comments

Comments
 (0)