File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ matrix:
37
37
before_install :
38
38
- nvm install 8
39
39
before_script :
40
+ - cd seed-tests && npm i
40
41
- echo no | android create avd --force -n test -t android-21 -b armeabi-v7a
41
42
- emulator -avd test -no-audio -no-window &
42
43
- android-wait-for-emulator
@@ -49,7 +50,8 @@ matrix:
49
50
node_js : ' 8'
50
51
jdk : oraclejdk8
51
52
osx_image : xcode9.2
52
- ? before_script
53
+ before_script :
54
+ - cd seed-tests && npm i
53
55
script : travis_wait travis_retry npm run test.ios
54
56
55
57
android :
Original file line number Diff line number Diff line change 36
36
"clean" : " npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i" ,
37
37
"ci.tslint" : " npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'" ,
38
38
"prepack" : " npm run build.native" ,
39
+ "precommit" : " lint-staged" ,
39
40
"development.setup" : " npm run setup && npm link && cd ../demo && npm link nativescript-floatingactionbutton && cd ../src" ,
40
41
"generate.typings.ios" : " cd ../demo && TNS_DEBUG_METADATA_PATH=\" $(pwd)/metadata\" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH=\" $(pwd)/typings\" tns build ios && echo 'Now look for your library typings in demo/typings!'"
41
42
},
You can’t perform that action at this time.
0 commit comments