Skip to content

Commit

Permalink
travis work
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Sep 19, 2015
1 parent ee81586 commit f8a197e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ env:
- NODE_VERSION="0.11"
- NODE_VERSION="0.10"
before_install:
- nvm --version
- nvm install $NODE_VERSION
before_script:
- npm --version
- node --version
- npm install
script:
- npm test
Expand Down

0 comments on commit f8a197e

Please sign in to comment.