Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Aug 13, 2019
1 parent 32aa1f1 commit 794c78b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,30 @@ matrix:
- stage: "Lint"
language: node_js
os: linux
node_js: "8"
node_js: "10"
script: cd src && npm run ci.tslint
- stage: "WebPack, Build"
os: osx
env:
- WebPack="iOS"
osx_image: xcode10.0
osx_image: xcode10.2
language: node_js
node_js: "8"
node_js: "10"
jdk: oraclejdk8
script: cd demo && npm run build.plugin && npm i && tns build ios --bundle --env.uglify
- language: android
env:
- BuildAndroid="28"
os: linux
dist: trusty
jdk: oraclejdk8
before_install: nvm install stable
before_install: nvm install 10
script:
- cd src && npm i && npm run preparedemo && cd ../demo && tns build android
- os: osx
env:
- BuildiOS="12"
- Xcode="10.0"
osx_image: xcode10.0
osx_image: xcode10.2
language: node_js
node_js: "8"
node_js: "10"
jdk: oraclejdk8
script:
- cd src && npm i && npm run preparedemo && cd ../demo && tns build ios
Expand Down

0 comments on commit 794c78b

Please sign in to comment.