We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385b2ef commit 4a454edCopy full SHA for 4a454ed
UI_dev/qmui_web/.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
UI_dev/qmui_web/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