Skip to content

Commit 36980f5

Browse files
committed
Build: Fix the Travis config, use Node 10 instead of 0.12
(cherry picked from commit eb65f32)
1 parent ddb1e81 commit 36980f5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
sudo: false
21
language: node_js
32
node_js:
4-
- "0.12"
5-
before_script:
6-
- npm install -g grunt-cli
3+
- "10"
4+
addons:
5+
apt:
6+
packages:
7+
- libxml2-utils

0 commit comments

Comments
 (0)