Skip to content

Commit 5c8eaab

Browse files
authored
Merge pull request #938 from SISheogorath/fix/nodeTesting
Remove tests using node version 7
2 parents 007f252 + 8cd2f46 commit 5c8eaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- export PATH="$HOME/.yarn/bin:$PATH"
1717
- env: task=npm-test
1818
node_js:
19-
- 7
19+
- 8
2020
before_install:
2121
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
2222
- export PATH="$HOME/.yarn/bin:$PATH"

0 commit comments

Comments
 (0)