We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89f311 commit eb65f32Copy full SHA for eb65f32
.travis.yml
@@ -1,6 +1,7 @@
1
-sudo: false
2
language: node_js
3
node_js:
4
- - "0.12"
5
-before_script:
6
- - npm install -g grunt-cli
+ - "10"
+addons:
+ apt:
+ packages:
7
+ - libxml2-utils
0 commit comments