Skip to content

Commit

Permalink
switched to node 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Jun 16, 2013
1 parent 88046cb commit 6e2aa0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- 0.8
- 0.10
before_script: "npm install"
script: "make setup test"
services:
Expand Down
1 change: 1 addition & 0 deletions HISTORY.md
Expand Up @@ -4,6 +4,7 @@
* Updated FontAwesome to 3.1.1
* Updated MFG Labs font
* Updated Typicons font to 2.0
* Switched to node v0.10


4.0.0 / 2013-06-02
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Expand Up @@ -35,8 +35,8 @@ Add following code into the end of your shell startup script (`.bashrc` for BASH

Reopen terminal. Install node (long), and set default version:

nvm install v0.8
nvm alias default 0.8
nvm install 0.10
nvm alias default 0.10


## Fontello
Expand Down

0 comments on commit 6e2aa0d

Please sign in to comment.