Page MenuHomePhabricator

[SECP256K1] Update Travis deprecated keywords
ClosedPublic

Authored by Fabien on Jan 9 2020, 16:32.

Details

Summary

The travis sudo key is deprecated and can be removed.
The matrix keyword is an obsolete alias for jobs.
This diffs update the .travis.yml file to accomodate the most recent
syntax.

Depends on D4856.

Test Plan

Use the Travis CI Build Config Explorer to check the syntax:
https://config.travis-ci.com/explore

Before this diff, the "Parsed and validated config" shows warnings.
After this diff there is none.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

you can do the change into a repo of your and push it on github to make sure travis is happy with this.

This revision is now accepted and ready to land.Jan 9 2020, 16:33