add silent option to npm install in travis build script
This commit is contained in:
parent
5c85db2614
commit
6edd6c3c43
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +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 install --save react@16.2.0 react-native
|
- npm install --silent --save react@16.2.0 react-native
|
||||||
- cd ..
|
- cd ..
|
||||||
- cd buildozer
|
- cd buildozer
|
||||||
- sudo python setup.py install
|
- sudo python setup.py install
|
||||||
|
|
Loading…
Reference in a new issue