Skip to content

Commit

Permalink
Only test against nodejs 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ktaeyln committed Sep 21, 2019
1 parent 550e7b3 commit d3728c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "12"
- "13"
script: "npm run-script test-coverage"
after_script: "npm install coveralls@3.0.6 && cat ./coverage/lcov.info | coveralls"

0 comments on commit d3728c0

Please sign in to comment.