Changeset 43724
- Timestamp:
- 10/13/2018 02:51:34 AM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/.travis.yml
r43721 r43724 48 48 sed -i "s/yourusernamehere/root/" wp-tests-config.php 49 49 sed -i "s/yourpasswordhere//" wp-tests-config.php 50 svn checkout https://plugins.svn.wordpress.org/wordpress-importer/tags/0.6.3/ tests/phpunit/data/plugins/wordpress-importer50 travis_retry svn checkout https://plugins.svn.wordpress.org/wordpress-importer/tags/0.6.3/ tests/phpunit/data/plugins/wordpress-importer 51 51 fi 52 52 - | … … 75 75 7.3.0RC1|7.2|7.1|7.0|nightly) 76 76 echo "Using PHPUnit 6.x" 77 composer global require "phpunit/phpunit:^6"77 travis_retry composer global require "phpunit/phpunit:^6" 78 78 ;; 79 79 5.6|5.5|5.4|5.3) 80 80 echo "Using PHPUnit 4.x" 81 composer global require "phpunit/phpunit:^4"81 travis_retry composer global require "phpunit/phpunit:^4" 82 82 ;; 83 83 5.2) … … 91 91 esac 92 92 fi 93 - npm --version 93 94 - npm --version 94 95 - node --version
Note: See TracChangeset
for help on using the changeset viewer.