Changeset 8510
- Timestamp:
- 06/14/2014 06:05:49 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/.travis.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r8392 r8510 7 7 - 5.5 8 8 9 # WordPress comes from the Git mirror, where 'master' mirrors svn 'trunk' and 10 # x.y mirrors the latest from the x.y branch 9 11 env: 10 - WP_VERSION= trunk11 - WP_VERSION= tags/3.912 - WP_VERSION= tags/3.8.313 - WP_VERSION= tags/3.7.312 - WP_VERSION=master 13 - WP_VERSION=3.9 14 - WP_VERSION=3.8 15 - WP_VERSION=3.7 14 16 15 17 matrix: 16 18 include: 17 19 - php: 5.6 18 env: WP_VERSION= trunk20 env: WP_VERSION=master 19 21 allow_failures: 20 22 - php: 5.6 … … 24 26 - WP_CORE_DIR=/tmp/wordpress/ 25 27 - mkdir -p $WP_CORE_DIR 26 - svn co --ignore-externals https://develop.svn.wordpress.org/$WP_VERSION$WP_CORE_DIR28 - git clone --depth=1 --branch="$WP_VERSION" git://develop.git.wordpress.org/ $WP_CORE_DIR 27 29 - plugin_slug=$(basename $(pwd)) 28 30 - plugin_dir=$WP_CORE_DIR/src/wp-content/plugins/$plugin_slug
Note: See TracChangeset
for help on using the changeset viewer.