Browse Source

updates travis node v

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

2
.travis.yml

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