Skip to content

Commit

Permalink
fixing travis build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Raaghu committed Jan 9, 2017
1 parent 68669c7 commit 3e9b9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ php:

before_script:
- composer update
- mkdir -p vendor/php-platform/testconfig123456

script:
- ./vendor/bin/phpunit -c phpunit.xml
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# PHP Platform Configuration
This package provides uniform APIs for configuring package specific settings in PHP Platform

[![Build Status](https://travis-ci.org/PHPPlatform/config.svg?branch=v0.1)](https://travis-ci.org/PHPPlatform/config)

## Usage
- add a file named _config.json_ in the root of the package
Expand Down

0 comments on commit 3e9b9e2

Please sign in to comment.