Make WordPress Core

Ticket #37116: 37116-all-the-traviss.diff

File 37116-all-the-traviss.diff, 1.8 KB (added by netweb, 9 years ago)
  • branches/4.4/.travis.yml

     
    2727  - php: hhvm
    2828  - php: nightly
    2929before_install:
     30- npm --version
     31- node --version
    3032- WP_CORE_DIR=/tmp/wordpress/
    3133- git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen
    3234- |
     
    4749- npm install -g npm
    4850- npm install -g grunt-cli
    4951- npm install
    50 - npm --version
    51 - node --version
    5252script: grunt $WP_TRAVISCI
    5353notifications:
    5454  slack:
  • branches/4.5/.travis.yml

     
    3030  - php: hhvm
    3131  - php: nightly
    3232before_install:
     33- npm --version
     34- node --version
    3335- WP_CORE_DIR=/tmp/wordpress/
    3436- git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen
    3537- |
     
    5052- npm install -g npm
    5153- npm install -g grunt-cli
    5254- npm install
    53 - npm --version
    54 - node --version
    5555script: grunt $WP_TRAVISCI
    5656notifications:
    5757  slack:
  • trunk/.travis.yml

     
    3535  - php: hhvm
    3636  - php: nightly
    3737before_install:
     38- mysql --version
     39- phpenv versions
     40- npm --version
     41- node --version
    3842- git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen
    3943- |
    4044  if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
     
    5559- npm install -g grunt-cli
    5660- npm install
    5761- npm prune
    58 - mysql --version
    59 - phpenv versions
    60 - npm --version
    61 - node --version
    6262script: grunt $WP_TRAVISCI
    6363notifications:
    6464  slack: