Ticket #35105: 35105.2.diff
File 35105.2.diff, 760 bytes (added by , 8 years ago) |
---|
-
.travis.yml
27 27 - php: hhvm 28 28 - php: nightly 29 29 before_install: 30 - nvm install 4 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 - | -
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 "git-or-svn": "~0.1.0",