Skip to content

Commit 4a454ed

Browse files
committed
💚 Fixing Travis CI Build.
1 parent 385b2ef commit 4a454ed

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

UI_dev/qmui_web/.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
language: node_js
2+
install:
3+
- yarn
24
cache:
35
directories:
46
- node_modules
57
node_js:
6-
- "8.10.0"
8+
- "10.15.1"
79
- "stable"
810
before_install:
911
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2

UI_dev/qmui_web/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ clone_depth: 10
88

99
# Test against the latest version of this Node.js version
1010
environment:
11-
nodejs_version: "8"
11+
nodejs_version: "10"
1212

1313
# Install scripts. (runs after repo cloning)
1414
install:

0 commit comments

Comments
 (0)