mkdir first

This commit is contained in:
Paul Melnikow
2017-09-25 20:01:06 -04:00
committed by Daniel Lo Nigro
parent 254c55f630
commit 6287c65104

View File

@@ -3,7 +3,7 @@ node_js:
- 6
before_script:
- echo "{\"gh_token\":\"$GITHUB_TOKEN\"}" > private/secret.json
- mkdir private && echo "{\"gh_token\":\"$GITHUB_TOKEN\"}" > private/secret.json
script:
- npm run lint