Skip to content

Commit 777e679

Browse files
committed
ci: fix shell
1 parent 3522d93 commit 777e679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ script:
1111
- npm run test && npm run build
1212
after_success:
1313
- 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
14+
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run deploy-docs; fi
15+
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run semantic-release; fi
1616
branches:
1717
except:
1818
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)