Skip to content

Commit

Permalink
[TASK] Add travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Aug 13, 2019
1 parent 7f34d74 commit 11aea7d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
dist: bionic

language: php
php:
- "7.2"
- "7.3"
- "7.4snapshot"

sudo: false

cache:
directories:
- $HOME/.composer/cache

before_install:
- composer self-update
- composer --version

before_script:
- composer install

script:
- find . -name \*.php ! -path "./vendor/*" -exec php -d display_errors=stderr -l {} > /dev/null \;
- vendor/bin/phpunit -c tests/phpunit.xml.dist --log-junit logs/phpunit.xml --coverage-text --coverage-clover logs/clover.xml
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# JobRouter Client

[![Build Status](https://travis-ci.org/brotkrueml/jobrouter-client.svg?branch=master)](https://travis-ci.org/brotkrueml/jobrouter-client)

## Introduction

[JobRouter](https://www.jobrouter.com/) is a scalable digitization platform which links
Expand Down

0 comments on commit 11aea7d

Please sign in to comment.