Skip to content

Commit 8cd2f46

Browse files
committed
Remove tests using node version 7
Since node 7 is EOL and may breaks some new builds, we want to get rid of it. But having tests in version 8 would be nice, right? So here we go. Signed-off-by: Sheogorath <[email protected]>
1 parent 007f252 commit 8cd2f46

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)