Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
use npm instead of yarn 馃檮
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseese committed Sep 1, 2020
1 parent 68cd2b2 commit 828ab93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -31,8 +31,8 @@ before_install:
fi

script:
- yarn test
- yarn test-smoke
- npm run test
- npm run test-smoke

after_success:
npm run coverage

0 comments on commit 828ab93

Please sign in to comment.