Skip to content

Commit

Permalink
Merge pull request #234 from jonataswalker/npm7
Browse files Browse the repository at this point in the history
Travis - npm 7
  • Loading branch information
jonataswalker authored Jan 20, 2021
2 parents 5ac2340 + f07a369 commit e5ae772
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ addons:
services:
- xvfb

before_script: npm i -g npm@7
before_install:
- npm i -g npm@7

script: npm run ci
script:
- npm run ci

branches:
only:
Expand Down

0 comments on commit e5ae772

Please sign in to comment.