Ticket #37116: 37116-nodejs-4x-lts.diff
File 37116-nodejs-4x-lts.diff, 3.2 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 32 - nvm install 4 33 - npm --version 34 - node --version 30 35 - WP_CORE_DIR=/tmp/wordpress/ 31 36 - git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen 32 37 - | … … 47 52 - npm install -g npm 48 53 - npm install -g grunt-cli 49 54 - npm install 50 - npm --version51 - node --version52 55 script: grunt $WP_TRAVISCI 53 56 notifications: 54 57 slack: -
branches/4.4/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.1.0", 13 16 "grunt": "~0.4.5", -
branches/4.5/.travis.yml
30 30 - php: hhvm 31 31 - php: nightly 32 32 before_install: 33 - npm --version 34 - node --version 35 - nvm install 4 36 - npm --version 37 - node --version 33 38 - WP_CORE_DIR=/tmp/wordpress/ 34 39 - git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen 35 40 - | … … 50 55 - npm install -g npm 51 56 - npm install -g grunt-cli 52 57 - npm install 53 - npm --version54 - node --version55 58 script: grunt $WP_TRAVISCI 56 59 notifications: 57 60 slack: -
branches/4.5/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", -
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 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: -
trunk/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",