Skip to content

Commit

Permalink
feat(node): drop node@6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
navarroaxel committed Jun 14, 2018
1 parent d375240 commit d7be648
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 @@ -4,14 +4,10 @@ language: node_js
git:
depth: 3
node_js:
- "6"
- "8"
- "10"
before_install:
- "export TRAVIS_COMMIT_MSG=\"`git log --format=%B --no-merges -n 1`\""
- if [[ `npm -v` == 3* ]]; then npm i -g npm; fi
install:
- yarn install
script:
- npm test
cache:
Expand Down

0 comments on commit d7be648

Please sign in to comment.