Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelle-S committed Nov 29, 2017
2 parents 8b95d86 + db78bee commit d81a2fe
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
env:
global:
- CC_TEST_REPORTER_ID=b1a5a9c87cad988d8513af688beb686a374147454d77668cb50fa1b99a0ded5a
language: php
php:
- 7.1
- 7.0
- 5.6
- 5.5
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
install:
- composer self-update
- composer install --dev
script:
- vendor/bin/phpunit
after_script:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Robo Digipolis Symfony

[![Latest Stable Version](https://poser.pugx.org/digipolisgent/robo-digipolis-symfony/v/stable)](https://packagist.org/packages/digipolisgent/robo-digipolis-symfony)
[![Latest Unstable Version](https://poser.pugx.org/digipolisgent/robo-digipolis-symfony/v/unstable)](https://packagist.org/packages/digipolisgent/robo-digipolis-symfony)
[![Total Downloads](https://poser.pugx.org/digipolisgent/robo-digipolis-symfony/downloads)](https://packagist.org/packages/digipolisgent/robo-digipolis-symfony)
[![License](https://poser.pugx.org/digipolisgent/robo-digipolis-symfony/license)](https://packagist.org/packages/digipolisgent/robo-digipolis-symfony)

[![Build Status](https://travis-ci.org/digipolisgent/robo-digipolis-symfony.svg?branch=develop)](https://travis-ci.org/digipolisgent/robo-digipolis-symfony)
[![Maintainability](https://api.codeclimate.com/v1/badges/dce687535f6482464538/maintainability)](https://codeclimate.com/github/digipolisgent/robo-digipolis-symfony/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/dce687535f6482464538/test_coverage)](https://codeclimate.com/github/digipolisgent/robo-digipolis-symfony/test_coverage)
[![PHP 7 ready](https://php7ready.timesplinter.ch/digipolisgent/robo-digipolis-symfony/develop/badge.svg)](https://travis-ci.org/digipolisgent/robo-digipolis-symfony)

Used by digipolis, serving as an example.

This package contains a RoboFileBase class that can be used in your own
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"digipolisgent/robo-digipolis-helpers": "^0.1",
"digipolisgent/robo-digipolis-helpers": "^0.1.17",
"symfony/yaml": "^3.2|^2.8"
},
"require-dev": {
"phpunit/phpunit": "~4.4",
"codeclimate/php-test-reporter": "dev-master"
"phpunit/phpunit": "~4.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d81a2fe

Please sign in to comment.