Skip to content

Commit

Permalink
Run npm install in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Sep 16, 2015
1 parent 65b27a1 commit 1b6c24d
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 @@ -4,8 +4,11 @@ before_install:
- mkdir ~/.nvm && cp $(brew --prefix nvm)/nvm-exec ~/.nvm/
- export NVM_DIR=~/.nvm && source $(brew --prefix nvm)/nvm.sh
- nvm install 0.12.7
install:
- npm install
script:
- npm test
after_script:
- npm run release
os:
- osx
Expand Down

0 comments on commit 1b6c24d

Please sign in to comment.