diff options
| author | Chris Rebert <[email protected]> | 2014-01-04 12:20:38 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-04 12:20:38 -0800 |
| commit | 7ca113b487fd6f91a02ca0cae78a6a78b73ac954 (patch) | |
| tree | 710d1b231f501177f085f98c589c540ce1f0869a | |
| parent | 84c33a822da54a48f0f4751fe519dfc6b324a453 (diff) | |
| parent | 8662323cd5f35d329ad315a04b08cd841c2b925f (diff) | |
| download | bootstrap-7ca113b487fd6f91a02ca0cae78a6a78b73ac954.tar.xz bootstrap-7ca113b487fd6f91a02ca0cae78a6a78b73ac954.zip | |
Merge pull request #12090 from nschonni/patch-2
Quote Node 0.10 so correct version is printed
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index be6353802..5eccbe3a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 0.10 + - "0.10" before_install: - time sudo pip install --use-mirrors -r test-infra/requirements.txt - rvm use 1.9.3 --fuzzy |
