Skip to content

Commit

Permalink
Fix CI configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkyle committed Aug 29, 2017
1 parent ed89e68 commit ae65d50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Expand Up @@ -7,7 +7,7 @@ build:
tests:
override:
-
command: 'phpunit --coverage-clover=some-file'
command: 'vendor/bin/phpunit --coverage-clover=some-file'
coverage:
file: 'some-file'
format: 'clover'
Expand Down
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,3 +1,6 @@
# Default as of Sep. 2017
dist: trusty

language: php
php:
- "5.6"
Expand All @@ -12,7 +15,7 @@ before_script:
- composer install --no-interaction

script:
- phpunit
- vendor/bin/phpunit

after_script:

0 comments on commit ae65d50

Please sign in to comment.