Skip to content

Commit

Permalink
Use node 0.10 on Travis to avoid SSL error
Browse files Browse the repository at this point in the history
Using npm with node 0.6 results in "SSL Error: CERT_UNTRUSTED":
https://travis-ci.org/madrobby/zepto/builds/16195932

See isaacs/npm#4379
  • Loading branch information
mislav committed Jan 1, 2014
1 parent dc2355a commit 4c456f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,4 +6,4 @@ notifications:
rooms:
secure: VR6rWk0YhezBWnD8jPjSD8h/Q83S3NT0F34Au1vswt+/+Ku19S8X44vGVUG+NYdYyhg7uOqUaPN1Jr3KCpdcXgHEpUYiyBGJ8ebltavcjeHYWqK6ghcqgSnbDkifuC7Eu/9LcrOMOXgt+zkXjiVXW3+zyGVDcrs4cQ2vGY2DTYA=
node_js:
- 0.6
- 0.10

0 comments on commit 4c456f6

Please sign in to comment.