Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
fixing CI: chrome rpc not allowed..
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Dec 10, 2018
1 parent 7e57244 commit 8b87ff3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- orbit run lint
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
10 changes: 5 additions & 5 deletions orbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8b87ff3

Please sign in to comment.