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
Branch
secp256k1_travis_syntax_update
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 8828
Build 15631: Default Diff Build & Tests
Build 15630: arc lint + arc unit

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