Make WordPress Core

Ticket #35105: 35105.3.diff

File 35105.3.diff, 1.0 KB (added by netweb, 8 years ago)
  • .travis.yml

     
    3535  - php: hhvm
    3636  - php: nightly
    3737before_install:
     38- mysql --version
     39- phpenv versions
     40- npm --version
     41- node --version
     42- nvm install 4
     43- npm --version
     44- node --version
    3845- git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen
    3946- |
    4047  if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
     
    5562- npm install -g grunt-cli
    5663- npm install
    5764- npm prune
    58 - mysql --version
    59 - phpenv versions
    60 - npm --version
    61 - node --version
    6265script: grunt $WP_TRAVISCI
    6366notifications:
    6467  slack:
  • 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    "grunt": "~0.4.5",