Skip to content

Commit 6da6557

Browse files
committed
enforce formatting on travis
1 parent 02c5252 commit 6da6557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ before_script:
1515
install:
1616
- npm install
1717
script:
18+
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then precise-commits --check-only --head=$TRAVIS_PULL_REQUEST_SHA --base=$(git merge-base HEAD $TRAVIS_BRANCH); fi'
1819
- npm run lint
1920
- npm run test-once
2021
- npm run build

0 commit comments

Comments
 (0)