Skip to content

Commit f08f798

Browse files
Test Travis CI config and template consistency
1 parent 15bea79 commit f08f798

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ jobs:
5858
- TEST: Shell Check
5959
script: shellcheck *.sh
6060

61+
- stage: Test
62+
env:
63+
- TEST: .travis.yml and travis.yml.template consistency
64+
language: generic
65+
script:
66+
- ./update.sh
67+
- git diff --stat --exit-code .travis.yml
68+
6169
- stage: Deploy
6270
script: ./generate-stackbrew-pr.sh
6371
env:

travis.yml.template

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ jobs:
5656
- TEST: Shell Check
5757
script: shellcheck *.sh
5858

59+
- stage: Test
60+
env:
61+
- TEST: .travis.yml and travis.yml.template consistency
62+
language: generic
63+
script:
64+
- ./update.sh
65+
- git diff --stat --exit-code .travis.yml
66+
5967
- stage: Deploy
6068
script: ./generate-stackbrew-pr.sh
6169
env:

0 commit comments

Comments
 (0)