Skip to content

Commit

Permalink
chore(travis): node js version should between quotes
Browse files Browse the repository at this point in the history
node js version should between quotation marks based on
http://docs.travis-ci.com/user/languages/javascript-with-nodejs/

Closes angular#213
  • Loading branch information
saiqulhaq authored and petebacondarwin committed Aug 20, 2014
1 parent 238b1a9 commit 0edde11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 0.10
- "0.10"

before_script:
- export DISPLAY=:99.0
Expand Down

0 comments on commit 0edde11

Please sign in to comment.