Skip to content

Commit

Permalink
Update circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalWilinski authored May 19, 2017
1 parent c7c81f4 commit d4300e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ test:
pre:
- npm run eslint
- nvm install 6.9.1 && nvm use 6.9.1 && npm test
- nvm use node && npm test
- nvm install 7.10.0 && nvm use 7.10.0 && npm test
post:
- bithound check [email protected]:RafalWilinski/express-status-monitor.git

0 comments on commit d4300e0

Please sign in to comment.