Skip to content

Commit 0edde11

Browse files
saiqulhaqpetebacondarwin
authored andcommitted
chore(travis): node js version should between quotes
node js version should between quotation marks based on http://docs.travis-ci.com/user/languages/javascript-with-nodejs/ Closes angular#213
1 parent 238b1a9 commit 0edde11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- 0.10
3+
- "0.10"
44

55
before_script:
66
- export DISPLAY=:99.0

0 commit comments

Comments
 (0)