We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eaacf0 commit fb645d4Copy full SHA for fb645d4
2 files changed
.travis.yml
@@ -1,9 +1,11 @@
1
language: node_js
2
+install:
3
+ - yarn
4
cache:
5
directories:
6
- node_modules
7
node_js:
- - "8.10.0"
8
+ - "10.15.1"
9
- "stable"
10
before_install:
11
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
appveyor.yml
@@ -8,7 +8,7 @@ clone_depth: 10
# Test against the latest version of this Node.js version
environment:
- nodejs_version: "8"
+ nodejs_version: "10"
12
13
# Install scripts. (runs after repo cloning)
14
install:
0 commit comments