Skip to content

Commit

Permalink
revert(travis): f**k,no npm ci exist...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhilip committed Jul 10, 2019
1 parent 2bea65b commit 64f4b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,7 +5,7 @@ node_js: "12.4.0"
cache:
- cargo
- directories:
- "$HOME/.npm"
- "node_modules"

branches:
only:
Expand All @@ -15,7 +15,7 @@ before_install:
- cargo install wrangler || echo "wrangler already installed"

install:
- npm ci
- npm install

script:
- wrangler config "${CF_EMAIL}" "${CF_API_KEY}"
Expand Down

0 comments on commit 64f4b2a

Please sign in to comment.