-
-
Notifications
You must be signed in to change notification settings - Fork 124
Add UVI API #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add UVI API #97
Conversation
Conflicts: tests/OpenWeatherMap/WeatherHistoryTest.php
- php: nightly | ||
|
||
before_install: | ||
- if [[ ! $TRAVIS_PHP_VERSION = hhvm* ]]; then phpenv config-rm xdebug.ini || echo "xdebug not available"; fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please revert these changes or reason why you made them?
Hi @cmfcmf, I remove the nightly because I think the master branch should be passed by the nightly, Secondly, I move the if [[ ! $TRAVIS_PHP_VERSION = hhvm* ]]; then phpenv config-rm xdebug.ini || echo "xdebug not available"; fi to the install step. Thanks. |
Change log
I'm not sure it's the proper way to implement the UVI API.
Please review this.
Thanks.