Skip to content

Commit

Permalink
Update pods on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Aug 23, 2018
1 parent 8429ed1 commit ce51045
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ matrix:
language: node_js
node_js: "8"
jdk: oraclejdk8
before_install:
- travis_wait pod repo update --silent
script: cd demo && npm run build.plugin && npm i && tns build ios --bundle --env.uglify
- language: android
os: linux
Expand All @@ -37,6 +39,8 @@ matrix:
language: node_js
node_js: "8"
jdk: oraclejdk8
before_install:
- travis_wait pod repo update --silent
script:
- cd src && npm i && npm run tsc && cd ../demo && tns build ios

Expand Down

0 comments on commit ce51045

Please sign in to comment.