Make WordPress Core

Changeset 40562


Ignore:
Timestamp:
05/01/2017 11:29:29 AM (8 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Pin the WordPress Importer plugin to version 0.6.3 when testing on Travis.

Fixes #40620

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r40561 r40562  
    3535      sed -i "s/yourusernamehere/root/" wp-tests-config.php
    3636      sed -i "s/yourpasswordhere//" wp-tests-config.php
    37       svn checkout https://plugins.svn.wordpress.org/wordpress-importer/trunk tests/phpunit/data/plugins/wordpress-importer
     37      svn checkout https://plugins.svn.wordpress.org/wordpress-importer/tags/0.6.3/ tests/phpunit/data/plugins/wordpress-importer
    3838  fi
    3939- |
Note: See TracChangeset for help on using the changeset viewer.