summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-09-05 12:24:50 +0100
committerGitHub2018-09-05 12:24:50 +0100
commit5c8eaabba0f99bc19ab26b17f6459889df99453c (patch)
treed0fee20df765ea80e109c700da29c0da858c6fb8
parent007f25227358f7ee697a2cf87364830f4569583d (diff)
parent8cd2f4623dfe950154529e4feb5173d55047ff7a (diff)
Merge pull request #938 from SISheogorath/fix/nodeTesting
Remove tests using node version 7
Diffstat (limited to '')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ce5723c..887299b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"