Browse Source

downgrade to node 0.10 to deal with karma incompat

pull/291/head
jlukic 11 years ago
parent
commit
f687041215
1 changed files with 1 additions and 1 deletions
  1. 2
      .travis.yml

2
.travis.yml

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- "0.11"
- "0.10"
before_script: before_script:
- npm install -g grunt-cli - npm install -g grunt-cli
- npm update - npm update
Loading…
Cancel
Save