Ticket #37116: 37116-all-the-traviss.diff
File 37116-all-the-traviss.diff, 1.8 KB (added by , 9 years ago) |
---|
-
branches/4.4/.travis.yml
27 27 - php: hhvm 28 28 - php: nightly 29 29 before_install: 30 - npm --version 31 - node --version 30 32 - WP_CORE_DIR=/tmp/wordpress/ 31 33 - git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen 32 34 - | … … 47 49 - npm install -g npm 48 50 - npm install -g grunt-cli 49 51 - npm install 50 - npm --version51 - node --version52 52 script: grunt $WP_TRAVISCI 53 53 notifications: 54 54 slack: -
branches/4.5/.travis.yml
30 30 - php: hhvm 31 31 - php: nightly 32 32 before_install: 33 - npm --version 34 - node --version 33 35 - WP_CORE_DIR=/tmp/wordpress/ 34 36 - git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen 35 37 - | … … 50 52 - npm install -g npm 51 53 - npm install -g grunt-cli 52 54 - npm install 53 - npm --version54 - node --version55 55 script: grunt $WP_TRAVISCI 56 56 notifications: 57 57 slack: -
trunk/.travis.yml
35 35 - php: hhvm 36 36 - php: nightly 37 37 before_install: 38 - mysql --version 39 - phpenv versions 40 - npm --version 41 - node --version 38 42 - git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen 39 43 - | 40 44 if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then … … 55 59 - npm install -g grunt-cli 56 60 - npm install 57 61 - npm prune 58 - mysql --version59 - phpenv versions60 - npm --version61 - node --version62 62 script: grunt $WP_TRAVISCI 63 63 notifications: 64 64 slack: