From 8b87ff3880b5ae5f9fadb14ce50985380fb3e06b Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Mon, 10 Dec 2018 18:56:16 +0100 Subject: [PATCH] fixing CI: chrome rpc not allowed.. --- .travis.yml | 3 +-- README.md | 1 - orbit.yml | 10 +++++----- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a6868c..5d2e5d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,4 @@ before_install: - sudo mv ./orbit /usr/local/bin && chmod +x /usr/local/bin/orbit script: - - orbit run up ci - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - orbit run lint \ No newline at end of file diff --git a/README.md b/README.md index 17dbd20..b687cec 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,3 @@ For more complete usages, head to the [documentation](https://thecodingmachine.g [![Travis CI](https://travis-ci.org/thecodingmachine/gotenberg-php-client.svg?branch=master)](https://travis-ci.org/thecodingmachine/gotenberg-php-client) [![Scrutinizer](https://scrutinizer-ci.com/g/thecodingmachine/gotenberg-php-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/thecodingmachine/gotenberg-php-client/?branch=master) -[![Codecov](https://codecov.io/gh/thecodingmachine/gotenberg-php-client/branch/master/graph/badge.svg)](https://codecov.io/gh/thecodingmachine/gotenberg-php-client/branch/master) diff --git a/orbit.yml b/orbit.yml index 3f872a1..6a9a89f 100644 --- a/orbit.yml +++ b/orbit.yml @@ -12,13 +12,13 @@ tasks: - use: lint shorts: Runs linter inside a container - run: - - docker-compose run --rm -T php composer run cs-fix - - - use: ci - short: Runs CI process run: - docker-compose run --rm -T php composer install + - docker-compose run --rm -T php composer run cs-fix - docker-compose run --rm -T php composer run cs-check - docker-compose run --rm -T php composer run phpstan + + - use: tests + short: Runs tests inside a container + run: - docker-compose run --rm -T php composer run phpunit \ No newline at end of file