Make WordPress Core

Ticket #35105: 35105.2.diff

File 35105.2.diff, 760 bytes (added by netweb, 8 years ago)
  • .travis.yml

     
    2727  - php: hhvm
    2828  - php: nightly
    2929before_install:
     30- nvm install 4
     31- node --version
    3032- WP_CORE_DIR=/tmp/wordpress/
    3133- git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen
    3234- |
  • package.json

     
    88  },
    99  "author": "The WordPress Contributors",
    1010  "license": "GPL-2.0+",
     11  "engines": {
     12    "node": ">=4.2.1"
     13  },
    1114  "devDependencies": {
    1215    "autoprefixer": "~6.3.3",
    1316    "git-or-svn": "~0.1.0",