Skip to content

Commit

Permalink
ci(wrangler): fix wrangler config ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhilip authored Aug 31, 2019
1 parent b43da31 commit 4146bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
- npm install

script:
- wrangler config "${CF_EMAIL}" "${CF_API_KEY}"
- wrangler config
- cp wrangler.toml.sample wrangler.toml
- sed -i "s/CF_ACCOUNT_ID/${CF_ACCOUNT_ID}/g" wrangler.toml
- wrangler whoami
Expand Down

0 comments on commit 4146bf1

Please sign in to comment.