Skip to content

Commit

Permalink
Build: Fix the Travis config, use Node 10 instead of 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Oct 5, 2020
1 parent d89f311 commit eb65f32
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- "0.12"
before_script:
- npm install -g grunt-cli
- "10"
addons:
apt:
packages:
- libxml2-utils

0 comments on commit eb65f32

Please sign in to comment.