Skip to:
Content

bbPress.org

Opened 10 years ago

Closed 10 years ago

Last modified 13 months ago

#2736 closed enhancement (fixed)

Add support for Travis-ci container-based infrastructure.

Reported by: tw2113's profile tw2113 Owned by: netweb's profile netweb
Milestone: 2.6 Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch commit
Cc:

Description

Patch adds support for Travis-ci container based infrastructure to our .travis.yml file.

See more info at http://docs.travis-ci.com/user/workers/container-based-infrastructure/

Attachments (1)

travisyml-2736.diff (389 bytes) - added by tw2113 10 years ago.

Download all attachments as: .zip

Change History (3)

#1 @netweb
10 years ago

  • Keywords has-patch commit added
  • Milestone changed from Awaiting Review to 2.6
  • Owner set to netweb
  • Status changed from new to assigned

Nice, thanks :)

#2 @netweb
10 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 5584:

Switch to container-based infrastructure on Travis CI.

The container-based infrastructure has more memory and more cores. It also is designed to startup faster. We give up the ability to use sudo, but we aren't using that right now so we should be good.
Props tw2113, netweb

Fixes #2736

Note: See TracTickets for help on using tickets.