You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
matrix:
2
2
include:
3
3
- stage: "Lint"
4
-
env:
5
-
- NSUI_NOPROMPT: 1
6
4
language: node_js
7
5
os: linux
8
6
node_js: "6"
@@ -11,7 +9,6 @@ matrix:
11
9
os: osx
12
10
env:
13
11
- Platform="iOS"
14
-
- NSUI_NOPROMPT: 1
15
12
osx_image: xcode8.3
16
13
language: node_js
17
14
node_js: "6"
@@ -21,14 +18,12 @@ matrix:
21
18
os: linux
22
19
env:
23
20
- Platform="Android"
24
-
- NSUI_NOPROMPT: 1
25
21
jdk: oraclejdk8
26
22
before_install: nvm install 6.10.3
27
23
script: cd demo && npm run build.plugin && npm i && npm run build-android-bundle && cd ../demo-angular && npm run build.plugin && npm i && npm run build-android-bundle
0 commit comments