Skip to content

Commit

Permalink
[travis] Add node 10 and remove node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jun 3, 2018
1 parent 3ae05ec commit 05ba925
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 @@ -3,12 +3,12 @@ language: node_js
matrix:
fast_finish: true
include:
- node_js: "10"
env: SCRIPT=test
- node_js: "8"
env: SCRIPT=test
- node_js: "6"
env: SCRIPT=test
- node_js: "4"
env: SCRIPT=test
- node_js: "8"
env:
- secure: TgXbhcemKQTLl5+OdTMZyn3yNFgn2qqwpt8LccI8KVGfCKRHnKLOUE1PYXQi9tPRS5N+ofzHKzMVh5/2bfm3hCsihH0n6ItoWLLyd5BjcBWTp862wG4Dvgqq7dVofnf4eSVk34VYtqaKfszypRQ8UGvj/X48j5ANElU7OP4iIPg=
Expand All @@ -17,7 +17,7 @@ matrix:
script:
- "npm run ${SCRIPT}"
after_success:
- 'if [ "${SCRIPT}" == "test" ]; then npm i coveralls@2 && nyc report --reporter=text-lcov | coveralls; fi'
- 'if [ "${SCRIPT}" == "test" ]; then npm i coveralls@3 && nyc report --reporter=text-lcov | coveralls; fi'
notifications:
irc:
channels:
Expand Down

0 comments on commit 05ba925

Please sign in to comment.