Skip to content

Commit

Permalink
Merge pull request #55 from ved-squareboat/readme-code-updates
Browse files Browse the repository at this point in the history
Readme and code updates
  • Loading branch information
yashgoenka-im authored Sep 8, 2020
2 parents ddc79dc + 77116f7 commit 5856461
Show file tree
Hide file tree
Showing 20 changed files with 3,029 additions and 326 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
jobs:
build:
working_directory : ~/tmp
docker:
- image : circleci/php:7.3.8
steps:
- checkout
- run: composer install
- run: vendor/bin/phpunit --testdox
Loading

0 comments on commit 5856461

Please sign in to comment.