We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15bea79 commit f08f798Copy full SHA for f08f798
.travis.yml
@@ -58,6 +58,14 @@ jobs:
58
- TEST: Shell Check
59
script: shellcheck *.sh
60
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
+
69
- stage: Deploy
70
script: ./generate-stackbrew-pr.sh
71
env:
travis.yml.template
@@ -56,6 +56,14 @@ jobs:
56
57
0 commit comments