Ticket #35105: 35105.3.diff
File 35105.3.diff, 1.0 KB (added by , 8 years ago) |
---|
-
.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 42 - nvm install 4 43 - npm --version 44 - node --version 38 45 - git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen 39 46 - | 40 47 if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then … … 55 62 - npm install -g grunt-cli 56 63 - npm install 57 64 - npm prune 58 - mysql --version59 - phpenv versions60 - npm --version61 - node --version62 65 script: grunt $WP_TRAVISCI 63 66 notifications: 64 67 slack: -
package.json
8 8 }, 9 9 "author": "The WordPress Contributors", 10 10 "license": "GPL-2.0+", 11 "engines": { 12 "node": ">=4.2.1" 13 }, 11 14 "devDependencies": { 12 15 "autoprefixer": "~6.3.3", 13 16 "grunt": "~0.4.5",