Skip to content

Commit

Permalink
Replacing non-working yes command
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Dec 11, 2017
1 parent 27eb281 commit bc2a7a2
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:
- yes | android update sdk -u -a -t android-23
- echo "y" | 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 bc2a7a2

Please sign in to comment.