Skip to content

Commit

Permalink
chore(travis): don't build on old version of node
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Jun 30, 2014
1 parent 5f01281 commit 631644e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "0.8"
- "0.10"

before_script:
Expand All @@ -14,4 +13,4 @@
- cd ../client
- npm install --quiet

script: grunt release
script: grunt release

0 comments on commit 631644e

Please sign in to comment.