Skip to:
Content

bbPress.org

Changeset 5958


Ignore:
Timestamp:
12/03/2015 10:08:30 PM (10 years ago)
Author:
netweb
Message:

Tools: Travis CI: Remove PHP7 from allowed failures list and test PHP nightly builds

PHP 7 was released today, congratulations to everyone involved in the release :)

Props netweb.
Fixes #2895.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r5943 r5958  
    1515    - 5.5
    1616    - 5.6
     17    - 7.0
    1718
    1819# WordPress comes from the Git mirror, where 'master' mirrors svn 'trunk' and
     
    3132matrix:
    3233  include:
    33     - php: 7.0
     34    - php: nightly
    3435      env: WP_VERSION=master
    3536    - php: hhvm
    3637      env: WP_VERSION=master
    3738  allow_failures:
    38     - php: 7.0
     39    - php: nightly
    3940    - php: hhvm
    4041#  fast_finish: true
Note: See TracChangeset for help on using the changeset viewer.