summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-11-21 01:42:35 +0100
committerGitHub2018-11-21 01:42:35 +0100
commit2323d203b4fbeff87a2a8be3fc1c5f34c84120d3 (patch)
tree5b53d07d510b96c986a59acd4ac38abd1609cfc1 /.travis.yml
parent26b617b032d00df4bfbed343f576f14e564f0001 (diff)
parente3b6bcc5f8d325d3b224f415003c770a8349cba5 (diff)
Merge pull request #1063 from SISheogorath/fix/nodeVersion
After removing ws, node version 10 should work
Diffstat (limited to '')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 887299b0..52da97f7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,12 @@ jobs:
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
- export PATH="$HOME/.yarn/bin:$PATH"
+ - env: task=npm-test
+ node_js:
+ - 10
+ before_install:
+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
+ - export PATH="$HOME/.yarn/bin:$PATH"
- env: task=ShellCheck
script:
- shellcheck bin/heroku bin/setup