diff options
| author | Chris Rebert <[email protected]> | 2013-11-04 10:41:10 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-11-04 10:41:10 -0800 |
| commit | aeee718247711d70b766ef9fac5bf0723c7cf905 (patch) | |
| tree | 6d4cb37e1278b4fdeb2c15ccff5661931b595ae0 | |
| parent | de271bf6122d2d43a449518c08d00f9a507af874 (diff) | |
| download | bootstrap-aeee718247711d70b766ef9fac5bf0723c7cf905.tar.xz bootstrap-aeee718247711d70b766ef9fac5bf0723c7cf905.zip | |
update node.js to v0.10.x (current stable)
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9f2371887..775a7f15a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - 0.8 + - 0.10 before_script: - gem install jekyll - npm install -g grunt-cli |
