Merge pull request #763 from nodejs/revert-part-of-pr-747

Revert "Speed up the skipping of the build"
This commit is contained in:
Laurent Goderre 2018-05-29 14:57:14 -04:00 committed by GitHub
commit 742579eea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -5,6 +5,13 @@ sudo: false
language: generic
services:
- docker
addons:
apt:
packages:
- docker-ce
before_install:
- source functions.sh && images_updated $TRAVIS_COMMIT_RANGE || tests_updated $TRAVIS_COMMIT_RANGE || travis_terminate

View File

@ -3,6 +3,13 @@ sudo: false
language: generic
services:
- docker
addons:
apt:
packages:
- docker-ce
before_install:
- source functions.sh && images_updated $TRAVIS_COMMIT_RANGE || tests_updated $TRAVIS_COMMIT_RANGE || travis_terminate