Skip to:
Content

BuddyPress.org

Changeset 9262


Ignore:
Timestamp:
12/23/2014 11:23:28 AM (10 years ago)
Author:
djpaul
Message:

Travis: use Travis-CI's container-based infrastructure.

This may help to improve performance (how quickly it takes for the entire suite of tests to complete).
See http://docs.travis-ci.com/user/workers/container-based-infrastructure/.

Fixes #6078, props tw2113 and netweb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r9238 r9262  
     1# Travis CI Configuration File
     2
     3# Use new Travis container-based infrastructure
     4# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
     5sudo: false
     6
    17language: php
    28
Note: See TracChangeset for help on using the changeset viewer.