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 3522d93 commit 777e679Copy full SHA for 777e679
.travis.yml
@@ -11,8 +11,8 @@ script:
11
- npm run test && npm run build
12
after_success:
13
- npm run report-coverage
14
- - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; npm run deploy-docs; fi
15
- - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; npm run semantic-release; fi
+ - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run deploy-docs; fi
+ - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run semantic-release; fi
16
branches:
17
except:
18
- /^v\d+\.\d+\.\d+$/
0 commit comments