Skip to content

Commit

Permalink
chore: fix travis pipeline
Browse files Browse the repository at this point in the history
* install typescript
  • Loading branch information
sylver committed Aug 2, 2022
1 parent 12dfcf6 commit 64af7f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: node_js
node_js:
- node
- 14
before_install:
- npm install -g typescript
script:
- npm run build
- npm run test
Expand Down

0 comments on commit 64af7f5

Please sign in to comment.