Skip to content

Commit 05847ea

Browse files
committed
ci: skip commitlint on master
1 parent d8f28c1 commit 05847ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- yarn run coverage
1313
- yarn run coveralls
1414
script: yarn run lint
15-
script: commitlint-travis
15+
script: if [ $TRAVIS_BRANCH != "master" ]; then commitlint-travis; fi
1616
- stage: build
1717
name: "Build package"
1818
script: yarn run build

0 commit comments

Comments
 (0)