Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
[bug] added peerDependencies installation on TravisCI (relates to #11)
Browse files Browse the repository at this point in the history
  • Loading branch information
webschik committed Oct 15, 2018
1 parent 6f0bb6e commit add0a21
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
sudo: false
node_js:
- '10.3.0'
before_script:
- npm i typescript@^3.0.1 tslint tslib --no-save
script:
- npm run format
- npm run lint
Expand Down

0 comments on commit add0a21

Please sign in to comment.