Skip to content

Commit

Permalink
Merge pull request #763 from nodejs/revert-part-of-pr-747
Browse files Browse the repository at this point in the history
Revert "Speed up the skipping of the build"
  • Loading branch information
LaurentGoderre authored May 29, 2018
2 parents 40fd374 + 397a9f5 commit 742579e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 7 additions & 0 deletions travis.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 742579e

Please sign in to comment.