Debugging test failing on travis

This commit is contained in:
Gaël Métais
2015-06-18 15:51:00 +02:00
parent bdb15a7780
commit eef8f00d8b
+2 -3
View File
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "0.10.33"
- "0.12.4"
before_install:
- sudo apt-get install build-essential
- "npm install -g npm@2.9.0"
- "npm install -g npm"
- "npm install -g grunt-cli"
install:
- "npm install"