Skip to content

Commit

Permalink
improve CI speed
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jan 22, 2021
1 parent e81fc7a commit 1af64eb
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 @@ -3,7 +3,7 @@ sudo: false
node_js:
- "node"
install:
- npm install
- npm ci
script:
- npm run lint
- npm run test
Expand Down

0 comments on commit 1af64eb

Please sign in to comment.