Modify ↓
#12200 closed enhancement (fixed)
Travis CI: Migrate to container-based infrastructure
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12.8 |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | travis-ci |
| Cc: | Branch: | ||
| Release Notes: |
Moved to Travis CI's new contained-based infrastructure. |
||
| API Changes: | |||
| Internal Changes: | |||
Description
Travis CI recommends migrating to the new container-based infrastructure. It looks like only minor changes would be needed to travis.yml.
Attachments (0)
Change History (4)
comment:1 by , 10 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 10 years ago
| Milestone: | 1.0.9 → 0.12.8 |
|---|---|
| Release Notes: | modified (diff) |
| Resolution: | → fixed |
| Status: | assigned → closed |
comment:4 by , 10 years ago
| Keywords: | travis-ci added |
|---|
Note:
See TracTickets
for help on using tickets.



Proposed change:
.travis.yml
- sudo apt-get update -qq- sudo apt-get install -qq python-subversionI've tested this on my GitHub branch. Initial results show a speedup in build execution time; 1 hr 9 min vs 1 hr 44 min for prior changeset.