Skip to content

Instantly share code, notes, and snippets.

@ceeram
Last active December 23, 2015 21:49
Show Gist options
  • Save ceeram/6698586 to your computer and use it in GitHub Desktop.
Save ceeram/6698586 to your computer and use it in GitHub Desktop.
language: php
php:
- 5.3
- 5.4
- 5.5
env:
global:
- PLUGIN_NAME=Example
- REQUIRE=""
- CAKE_VERSION=2.4
matrix:
- DB=mysql
- DB=mysql CAKE_VERSION=2.5
matrix:
include:
- php: 5.4
env:
- COVERALLS=1
- php: 5.4
env:
- PHPCS=1
- php: 5.4
env:
- FOC_VALIDATE=1
before_script:
- git clone https://github.com/FriendsOfCake/travis.git --depth 1 ../travis
- ../travis/before_script.sh
script:
- ../travis/script.sh
after_success:
- ../travis/after_success.sh
notifications:
email: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment