Browse Source

travis: commenting out node 0.8

Herbert Vojčík 10 years ago
parent
commit
c3758f1a62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: node_js
 node_js:
-  - "0.8"
+#  - "0.8" # has npm problems
   - "0.10"
 before_script:
   - npm install -g grunt-cli