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

Commit add0a21

Browse files
committed
[bug] added peerDependencies installation on TravisCI (relates to #11)
1 parent 6f0bb6e commit add0a21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: node_js
22
sudo: false
33
node_js:
44
- '10.3.0'
5+
before_script:
6+
- npm i typescript@^3.0.1 tslint tslib --no-save
57
script:
68
- npm run format
79
- npm run lint

0 commit comments

Comments
 (0)