Changeset 10975
- Timestamp:
- 08/01/2016 03:26:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r10974 r10975 8 8 9 9 cache: 10 apt: true 10 11 directories: 11 node_modules12 - node_modules 12 13 13 14 php: … … 35 36 - php: 7.0 36 37 env: WP_VERSION=master BP_TRAVISCI=travis:grunt 38 - php: hhvm 39 sudo: required 40 dist: trusty 41 group: edge 42 addons: 43 apt: 44 packages: 45 - mysql-server-5.6 46 - mysql-client-core-5.6 47 - mysql-client-5.6 37 48 exclude: 38 49 - php: 7.0 … … 40 51 allow_failures: 41 52 - php: nightly 53 - php: hhvm 42 54 43 55 # before_install: Failures in this section will result in build status 'errored' … … 69 81 - npm install -g grunt-cli 70 82 - npm --version 83 - mysql --version 84 - phpenv versions 71 85 72 86 # before_script: Failures in this section will result in build status 'errored'
Note: See TracChangeset
for help on using the changeset viewer.