Skip to content

Commit

Permalink
enforce formatting on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjlockwood committed Aug 5, 2018
1 parent 02c5252 commit 6da6557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ before_script:
install:
- npm install
script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then precise-commits --check-only --head=$TRAVIS_PULL_REQUEST_SHA --base=$(git merge-base HEAD $TRAVIS_BRANCH); fi'
- npm run lint
- npm run test-once
- npm run build
Expand Down

0 comments on commit 6da6557

Please sign in to comment.