diff --git a/circle.yml b/circle.yml index 8c156c0..b8d31ba 100644 --- a/circle.yml +++ b/circle.yml @@ -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 git@github.com:RafalWilinski/express-status-monitor.git