Skip to content

Commit

Permalink
CI: Another attempt to fix release
Browse files Browse the repository at this point in the history
The deploy stage failed initially because npx wasn't found. This is a feature introduced in npm 5.2, which it seems node 6 doesn't have.
  • Loading branch information
technicalpickles committed Aug 3, 2018
1 parent 74866f9 commit 4404d12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,8 @@ addons:
apt:
packages:
- expect
before_install:
- npm install -g npm@latest
before_script:
- npm prune
- bin/e2e-test.sh
Expand Down

0 comments on commit 4404d12

Please sign in to comment.