Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Aug 9, 2015
2 parents 15f55b0 + 3262f8a commit c9d8bd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ before_script:
- if [ -z "$dependencies" ]; then composer install; fi;
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest -n; fi;
- if [ "$dependencies" = "highest" ]; then composer update -n; fi;
- composer show -i

## Run the actual test
script: make travis
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pull requests are highly appreciated. Here's a quick guide.

Fork, then clone the repo:

git clone git@github.com:your-username/ReactGuzzleRing.git
git clone git@github.com:your-username/react-guzzle-psr7.git

Set up your machine:

Expand All @@ -20,7 +20,7 @@ Make sure the tests pass on all supported PHP versions (requires docker):

Make your change. Add tests for your change. Make the tests pass:

make dunit
make dunit && make unit

Before committing and submitting your pull request make sure it passes PSR2 coding style, unit tests pass and pass on all supported PHP versions:

Expand Down

0 comments on commit c9d8bd1

Please sign in to comment.