Skip to content

Commit

Permalink
Merge pull request #767 from nodejs/temporarily-drop-travis-before-sc…
Browse files Browse the repository at this point in the history
…ript

Drop Travis CI before_script temporarily
  • Loading branch information
LaurentGoderre authored May 31, 2018
2 parents c593c81 + d355237 commit 54982f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ addons:
packages:
- docker-ce

before_install:
- export TRAVIS_COMMIT_RANGE="${TRAVIS_COMMIT_RANGE/.../..}"
- source functions.sh && images_updated $TRAVIS_COMMIT_RANGE || tests_updated $TRAVIS_COMMIT_RANGE || travis_terminate

script: ./test-build.sh $NODE_VERSION $VARIANT

stages:
Expand Down
3 changes: 0 additions & 3 deletions travis.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ addons:
packages:
- docker-ce

before_install:
- source functions.sh && images_updated $TRAVIS_COMMIT_RANGE || tests_updated $TRAVIS_COMMIT_RANGE || travis_terminate

script: ./test-build.sh $NODE_VERSION $VARIANT

stages:
Expand Down

0 comments on commit 54982f2

Please sign in to comment.