Skip to content

Commit

Permalink
travis: only run license check once per full test run (like standard)
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed Dec 7, 2018
1 parent f426a0e commit 260f271
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ matrix:
- node_js: "11"
env: DEPLOY_VERSION=testing
script:
- "standard"
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
- "npx standard"
- "node . run licenses"
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
notifications:
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
cache:
Expand All @@ -35,4 +36,3 @@ install:
- "node . install"
script:
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
- "node . run licenses"

0 comments on commit 260f271

Please sign in to comment.