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:
commit
3bf0d764ee
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue