Skip to content

Commit

Permalink
Quote false to avoid parsing it as boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Dec 4, 2016
1 parent a45d540 commit cc64754
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
@@ -1,6 +1,6 @@
machine:
environment:
npm_config_progress: false
npm_config_progress: 'false'
test:
override:
- nvm use 0.12 && npm test
Expand Down

0 comments on commit cc64754

Please sign in to comment.