Merge pull request #951 from nodejs/update-travis-ci

Add -t arg to update.sh when testing .travis.yml consistency
This commit is contained in:
Christopher Horrell 2018-12-07 09:37:37 -05:00 committed by GitHub
commit 3bf0d764ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ jobs:
- stage: Test
name: .travis.yml and travis.yml.template consistency
script:
- ./update.sh
- ./update.sh -t
- git diff --stat --exit-code .travis.yml
- stage: Deploy

View File

@ -90,7 +90,7 @@ jobs:
- stage: Test
name: .travis.yml and travis.yml.template consistency
script:
- ./update.sh
- ./update.sh -t
- git diff --stat --exit-code .travis.yml
- stage: Deploy