Changeset 8512
- Timestamp:
- 06/14/2014 06:38:35 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/.travis.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r8510 r8512 24 24 before_script: 25 25 # set up WP install 26 - WP_CORE_DIR=/tmp/wordpress/27 - mkdir -p $WP_ CORE_DIR28 - git clone --depth=1 --branch="$WP_VERSION" git://develop.git.wordpress.org/ $WP_ CORE_DIR26 - export WP_DEVELOP_DIR=/tmp/wordpress/ 27 - mkdir -p $WP_DEVELOP_DIR 28 - git clone --depth=1 --branch="$WP_VERSION" git://develop.git.wordpress.org/ $WP_DEVELOP_DIR 29 29 - plugin_slug=$(basename $(pwd)) 30 - plugin_dir=$WP_ CORE_DIR/src/wp-content/plugins/$plugin_slug30 - plugin_dir=$WP_DEVELOP_DIR/src/wp-content/plugins/$plugin_slug 31 31 - cd .. 32 32 - mv $plugin_slug $plugin_dir 33 33 # set up tests config 34 - cd $WP_CORE_DIR 34 - cd $WP_DEVELOP_DIR 35 - echo $WP_DEVELOP_DIR 35 36 - cp wp-tests-config-sample.php wp-tests-config.php 36 37 - sed -i "s/youremptytestdbnamehere/wordpress_test/" wp-tests-config.php
Note: See TracChangeset
for help on using the changeset viewer.