Fix missing react-native-cli tools for build #128

Merged
akinwale merged 8 commits from fix-build into master 2018-05-15 19:59:05 +02:00
Showing only changes of commit 37e8a96255 - Show all commits

View file

@ -19,6 +19,7 @@ install:
- npm config set registry="http://registry.npmjs.org/"
- npm install
- sudo npm install -g react-native-cli
- sudo ln -s $TRAVIS_BUILD_DIR/node-v8.11.1-linux-x64/bin/react-native /usr/bin/react-native
- cd ..
- cd buildozer
- sudo python setup.py install