Travis build fix #51
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ install:
|
||||||
- sudo pip install --upgrade cython==0.25.2 pip setuptools
|
- sudo pip install --upgrade cython==0.25.2 pip setuptools
|
||||||
- git clone https://github.com/akinwale/buildozer.git
|
- git clone https://github.com/akinwale/buildozer.git
|
||||||
- cd app
|
- cd app
|
||||||
|
- npm config set registry="http://registry.npmjs.org/"
|
||||||
- npm install --silent --save react@16.2.0 react-native@0.52.0 react-native-video@2.0.0
|
- npm install --silent --save react@16.2.0 react-native@0.52.0 react-native-video@2.0.0
|
||||||
- cd ..
|
- cd ..
|
||||||
- cd buildozer
|
- cd buildozer
|
||||||
|
@ -35,4 +36,4 @@ install:
|
||||||
- echo $'\nd56f5187479451eabf01fb78af6dfcb131a6481e' > ~/.buildozer/android/platform/android-sdk-23/licenses/android-sdk-license
|
- echo $'\nd56f5187479451eabf01fb78af6dfcb131a6481e' > ~/.buildozer/android/platform/android-sdk-23/licenses/android-sdk-license
|
||||||
script:
|
script:
|
||||||
- ./build.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered
|
- ./build.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered
|
||||||
- cp bin/*.apk /dev/null
|
- cp bin/*.apk /dev/null
|
||||||
|
|
Loading…
Add table
Reference in a new issue