Skip to content

Commit

Permalink
Remove lint call
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hellhake committed Jun 26, 2019
1 parent 1430828 commit 083c502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_js:
- lts/carbon

script:
- npm run lint
- echo

before_deploy:
- node -e "if(require('./package.json').version !== '$TRAVIS_TAG') { console.error('Git tag does not match package version'); process.exit(1); }"
Expand Down

0 comments on commit 083c502

Please sign in to comment.