Speed up the skipping of the build

This commit is contained in:
Laurent Goderre 2018-05-26 23:01:32 -04:00
parent aad561a10d
commit bffff57751
2 changed files with 0 additions and 14 deletions

View File

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

View File

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