Skip to content

Commit

Permalink
ci: removed test-travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
zachowj committed Aug 13, 2019
1 parent 1d2589c commit 4772772
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: node_js
node_js:
- "8"
- 8
- 10
script:
- npm run lint
- npm run-script test-travis
- npm run test
after_success:
# Send coverage data to Coveralls
- nyc npm test && nyc report --reporter=text-lcov | coveralls

0 comments on commit 4772772

Please sign in to comment.