Skip to content

Commit

Permalink
Install dependencies in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Oct 15, 2020
1 parent 95f840f commit fdd9a97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ node_js:

before_install: npm i -g [email protected]

install:
- npm install
- cd e2e && npm install

script:
- npm run lint
- npm test

0 comments on commit fdd9a97

Please sign in to comment.