Skip to content

Commit

Permalink
Merge pull request #15 from BambooHR/quality-phpcs
Browse files Browse the repository at this point in the history
Improving the quality of the API
  • Loading branch information
jlesueur authored Feb 21, 2018
2 parents a45612e + b834ee4 commit 1597e57
Show file tree
Hide file tree
Showing 18 changed files with 3,860 additions and 1,023 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/reports
/vendor
composer.lock
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm
- nightly

matrix:
fast_finish: true
allow_failures:
- php: hhvm
- php: nightly

sudo: false

before_script:
- travis_retry composer self-update
- travis_retry composer install

script:
- composer test
Loading

0 comments on commit 1597e57

Please sign in to comment.