Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yemistikris committed Jan 30, 2016
1 parent 42698da commit 0370110
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ install:
#- composer install --prefer-dist --no-interaction

script:
- composer install -v
- composer install -v --no-dev
- composer ci:test-travis
#- phpunit -c app --debug --verbose
#- php php-cs-fixer.phar fix --no-interaction --dry-run --diff -vvv ./

after_success:
- travis_retry php vendor/bin/coveralls -v
#README.md- travis_retry php vendor/bin/coveralls -v

notifications:
mail: true
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[![Build Status](https://travis-ci.org/Pyrex-FWI/audio-core-entities.svg?branch=master)](https://travis-ci.org/Pyrex-FWI/audio-core-entities)

# Audio core api


## Test

phpunit

0 comments on commit 0370110

Please sign in to comment.