Skip to content

Commit 36b32be

Browse files
author
Georgi Peltekov
committed
fixinh travis build
1 parent 4bb68a3 commit 36b32be

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ branches:
1515
# the results of previous builds to install future builds
1616
script:
1717
- rm -f package-lock.json && yarn install
18+
&& yarn global add tsickle
1819
&& yarn global add ngx-file-drop
1920
&& yarn run packagr
2021
# Notifications

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@angular/common": "^7.0.0",
3838
"@angular/platform-browser": "^7.0.0",
3939
"@angular/platform-browser-dynamic": "^7.0.0",
40-
"tsickle": ">=0.27.3",
4140
"rxjs": "^6.3.3",
4241
"zone.js": "0.8.26"
4342
},

0 commit comments

Comments
 (0)