Skip to content

Commit

Permalink
ci(travis): remove dupe-check step
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Apr 10, 2020
1 parent 45e75ed commit db1fcd6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
node_js: node
os: windows
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
- stage: Check for Code Duplication
node_js: node
os: linux
script: yarn dupe-check
- stage: NPM release
node_js: node
os: linux
Expand Down

0 comments on commit db1fcd6

Please sign in to comment.