Skip to content

Commit

Permalink
Merge pull request #75 from rakit/v1
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
emsifa authored Nov 29, 2018
2 parents 61ed77b + 75dc5bd commit 82e354c
Show file tree
Hide file tree
Showing 99 changed files with 3,435 additions and 780 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2

before_script:
- composer self-update
- composer install --dev
- composer install
- ./vendor/bin/phpcs -n --standard=PSR2 src/ tests/

script: phpunit --coverage-text
script:
- phpunit --coverage-text
Loading

0 comments on commit 82e354c

Please sign in to comment.