Skip to content

Commit

Permalink
Travis badge added
Browse files Browse the repository at this point in the history
  • Loading branch information
hpez committed Aug 2, 2019
1 parent c61e134 commit d73051b
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 31 deletions.
96 changes: 67 additions & 29 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ install: composer update && sudo add-apt-repository -y ppa:ondrej/php &&
sudo apt update && sudo apt install -y php7.2-curl
script:
- $TRAVIS_BUILD_DIR/vendor/bin/phpunit $TRAVIS_BUILD_DIR/tests/
- $TRAVIS_BUILD_DIR/vendor/bin/phpunit --coverage-clover=coverage.xml $TRAVIS_BUILD_DIR/tests/ --whitelist=$TRAVIS_BUILD_DIR/src/
- $TRAVIS_BUILD_DIR/vendor/bin/phpunit --coverage-clover=coverage.xml $TRAVIS_BUILD_DIR/tests/ --whitelist=$TRAVIS_BUILD_DIR/app/
after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Persiancalapi
# Persiancalapi [![Build Status](https://travis-ci.org/hpez/persiancalapi.svg?branch=master)](https://travis-ci.org/hpez/persiancalapi)

An API for persian calendar holidays hosted at [https://persiancalapi.ir](persiancalapi.ir) where you can also find usage info. Data is crawled from [time.ir](time.ir) using Laravel. Feel free to create an issue or contribute with a pull request.

0 comments on commit d73051b

Please sign in to comment.