Skip to content

Instantly share code, notes, and snippets.

@vojtasvoboda
Last active February 22, 2016 09:41
Show Gist options
  • Save vojtasvoboda/306ecc6d8216ef850191 to your computer and use it in GitHub Desktop.
Save vojtasvoboda/306ecc6d8216ef850191 to your computer and use it in GitHub Desktop.
OctoberCMS Travis config file
language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
sudo: false
before_script:
- git clone https://github.com/octobercms/october.git
- mkdir -p ./october/plugins/vojtasvoboda/cnbrates
- mv !(october) october/plugins/vojtasvoboda/cnbrates
- cd october
- composer self-update
- travis_retry composer install --no-interaction --prefer-source
- cd plugins/vojtasvoboda/cnbrates
- composer install
script: ../../../vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_script:
- vendor/bin/test-reporter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment