Update PageBuilder version in .travis.yml #29
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The /Hieromon/PageBuilder repository's 1.1.0 appears to have been deleted and the only tag now is 1.2.3. This resulted in failure of the Travis CI build:
https://travis-ci.org/per1234/AutoConnect/jobs/474724488#L731
Note that there is a separate issue that still causes the Travis CI build to fail even after this change:
https://travis-ci.org/per1234/AutoConnect/jobs/474727745#L751
This is caused by a breaking change in the ESP8266 core (esp8266/Arduino#5572). There is some talk of possibly reverting that change so I don't know whether you want to hold off on updating the ESP8266 FQBN until that's settled. The fix is simply to change
CpuFrequency
toxtal
, after which the Travis CI build will pass. If you would like me to also fix that error, I'm happy to do so.