Skip to content

Commit

Permalink
Enable aot for Angular build
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Aug 30, 2018
1 parent dede5af commit 8957ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ matrix:
language: node_js
node_js: "8"
jdk: oraclejdk8
script: cd demo-ng && npm run build.plugin && npm i && tns build ios --bundle --env.uglify
script: cd demo-ng && npm run build.plugin && npm i && tns build ios --bundle --env.uglify --env.aot
- language: android
os: linux
env:
- WebPack="Android"
jdk: oraclejdk8
before_install: nvm install 8
script: cd demo-ng && npm run build.plugin && npm i && tns build android --bundle --env.uglify --env.snapshot
script: cd demo-ng && npm run build.plugin && npm i && tns build android --bundle --env.uglify --env.snapshot --env.aot
- stage: "Build"
os: linux
language: android
Expand Down

0 comments on commit 8957ac2

Please sign in to comment.