Skip to content

Commit 184aa59

Browse files
authored
Update circle.yml
Ensure node 4 is used when running coveralls on CI server.
1 parent d617634 commit 184aa59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ test:
33
- nvm use 0.12 && npm test
44
- nvm use 4.0 && npm test
55
post:
6-
- npm run coveralls
6+
- nvm use 4.0 && npm run coveralls

0 commit comments

Comments
 (0)