Skip to content

Commit 579156f

Browse files
Zdravko BranzovZdravko Branzov
Zdravko Branzov
authored and
Zdravko Branzov
committed
fix: travis ng build
1 parent f04f843 commit 579156f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ matrix:
2222
env:
2323
- WebPack="Android"
2424
jdk: oraclejdk8
25-
before_install: nvm install 6.10.3
25+
before_install: nvm install 8.9.4
2626
script: cd demo && npm run build.plugin && npm i && tns build android --bundle --env.uglify --env.snapshot && cd ../demo-angular && tns build android --bundle --env.uglify --env.snapshot --env.aot
2727
- language: android
2828
env:

Diff for: demo-angular/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
},
3131
"devDependencies": {
3232
"htmlparser2": "^3.9.2",
33-
"@angular/compiler-cli": "~6.1.0-beta.1",
3433
"babel-traverse": "6.24.1",
3534
"babel-types": "6.24.1",
3635
"babylon": "6.16.1",
@@ -46,8 +45,7 @@
4645
"tns-platform-declarations": "^3.0.0",
4746
"tslint": "~5.4.3",
4847
"typescript": "~2.7.2",
49-
"zone.js": "^0.8.4",
50-
"@angular-devkit/build-angular": "~0.7.0-rc.0"
48+
"zone.js": "^0.8.4"
5149
},
5250
"scripts": {
5351
"build.plugin": "cd ../src && npm run build",

0 commit comments

Comments
 (0)