Skip to content

Commit eb65f32

Browse files
committedOct 5, 2020
Build: Fix the Travis config, use Node 10 instead of 0.12
1 parent d89f311 commit eb65f32

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)
Please sign in to comment.