Changeset 45570 for trunk/.travis.yml
- Timestamp:
- 06/27/2019 11:26:58 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r45445 r45570 13 13 matrix: 14 14 include: 15 - php: 7.2 16 env: WP_TRAVISCI=e2e 15 17 - php: 7.2 16 18 env: WP_TRAVISCI=travis:format … … 104 106 - svn --version 105 107 - locale -a 106 script: npm run grunt $WP_TRAVISCI 108 script: 109 - | 110 if [[ "$WP_TRAVISCI" == "e2e" ]]; then 111 npm run env:start 112 npm run env:reset-site 113 npm run test:e2e 114 else 115 npm run grunt $WP_TRAVISCI 116 fi 107 117 after_script: 108 118 - |
Note: See TracChangeset
for help on using the changeset viewer.