Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7a58cb0

Browse files
committedOct 5, 2020
Build: Don't install a global grunt-cli
1 parent d89f311 commit 7a58cb0

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.