Skip to content

Commit

Permalink
chore: fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvictoor committed Dec 27, 2021
1 parent 11a2c0f commit 2530aa9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ language: node_js

node_js:
- "node"
before_script:
- yarn run prettier
script:
- yarn asbuild
- yarn astest:ci
- yarn test
- npm run asbuild
- npm run build
- npm run astest:ci
- npm run test

0 comments on commit 2530aa9

Please sign in to comment.