Skip to content

Commit

Permalink
Ensure licenses are agreed to properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Dec 11, 2017
1 parent c057b00 commit 27eb281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
- sudo apt-get install -y nodejs
script:
- echo y | android update sdk -u -a -t android-23
- yes | android update sdk -u -a -t android-23
- cd examples/plain
- npm install
- ./node_modules/.bin/react-native link
Expand Down

0 comments on commit 27eb281

Please sign in to comment.