We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd6ac7 commit 4d72c1aCopy full SHA for 4d72c1a
.travis.yml
@@ -15,11 +15,11 @@ branches:
15
16
matrix:
17
include:
18
- - stage: "Unit Tests"
19
- language: node_js
20
- os: linux
21
- node_js: "8"
22
- script: npm i && npm run test
+ # - stage: "Unit Tests"
+ # language: node_js
+ # os: linux
+ # node_js: "8"
+ # script: npm i && npm run test
23
- stage: "Build app"
24
os: osx
25
env:
@@ -29,7 +29,6 @@ matrix:
29
language: node_js
30
node_js: "8"
31
jdk: oraclejdk8
32
- before_script: pod repo update
33
script:
34
- npm i && npm run prepare:test:app
35
- cd samples && npm i && tns build ios --bundle --env.uglify --copy-to "./outputs/demo-ns-vue.app"
0 commit comments