Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
[TASK] Add Travis build file
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Mar 18, 2015
1 parent 409eab0 commit 29dcabd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
language: php

env: TYPO3="7.1.*"

php:
- "5.6"
- "7"
- "hhvm"

matrix:
include:
- php: "5.4"
env: TYPO3="6.2.*"
- php: "5.5"
env: TYPO3="7.1.*" CHECKSTYLE="YES" COVERAGE="YES"
allow_failures:
- php: "7"
env: TYPO3="7.1.*"
- php: "hhvm"
env: TYPO3="7.1.*"

before_install: composer require typo3/cms:$TYPO3 --prefer-dist

install: composer install --prefer-dist

script: ./vendor/bin/ci-runner

0 comments on commit 29dcabd

Please sign in to comment.