Skip to:
Content

bbPress.org

Changeset 6203 for trunk/.travis.yml


Ignore:
Timestamp:
12/31/2016 11:53:22 PM (9 years ago)
Author:
netweb
Message:

Build Tools: Add Travis CI cache for installed apt packages.

See #2980.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r6201 r6203  
    77# Tell Travis CI we're using PHP
    88language: php
     9
     10# Configure caches
     11cache:
     12  apt: true
    913
    1014# PHP version used in first build configuration.
Note: See TracChangeset for help on using the changeset viewer.