Merge pull request #560 from Hongarc/patch-4

remove Node.js v7 in travis-ci
This commit is contained in:
Peter Cottle 2019-04-10 16:08:51 -07:00 committed by GitHub
commit f178f6c118
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@ language: node_js
node_js:
- "10"
- "8"
- "7"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH="$HOME/.yarn/bin:$PATH"