Skip to content

Commit

Permalink
remove node 6 and add node 10 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin authored May 29, 2019
1 parent f4820dd commit 33fcd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: node_js
node_js:
- "stable"
- "10"
- "8"
- "6"
install: "yarn install --frozen-lockfile"
script: "npm run lint"

0 comments on commit 33fcd1e

Please sign in to comment.