Merge pull request #938 from SISheogorath/fix/nodeTesting

Remove tests using node version 7
This commit is contained in:
Christoph (Sheogorath) Kern 2018-09-05 12:24:50 +01:00 committed by GitHub
commit 5c8eaabba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
- export PATH="$HOME/.yarn/bin:$PATH"
- env: task=npm-test
node_js:
- 7
- 8
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
- export PATH="$HOME/.yarn/bin:$PATH"