diff options
author | Hannes Kindströmmer <hannes@kindstrommer.se> | 2017-03-15 17:10:41 +0100 |
---|---|---|
committer | Hannes Kindströmmer <hannes@kindstrommer.se> | 2017-03-15 17:10:41 +0100 |
commit | ad1128a84a65f48018a58481bbba4335bafda520 (patch) | |
tree | 0939e5cf6e3b795cbdca0a2514a1300ad1bebc26 | |
parent | c3b98eb1d7e493234128e97b0782cbb7958e9b61 (diff) | |
download | ip1-php-sdk-ad1128a84a65f48018a58481bbba4335bafda520.zip ip1-php-sdk-ad1128a84a65f48018a58481bbba4335bafda520.tar.gz ip1-php-sdk-ad1128a84a65f48018a58481bbba4335bafda520.tar.bz2 |
Fix phpunit test script call
Signed-off-by: Hannes Kindströmmer <hannes@kindstrommer.se>
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 924836b..2acd5e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,11 @@ matrix: allow_failures: - php: '7.0' - php: nightly - - php: hhvm + - php: hhvm before_script: - composer install --ignore-platform-reqs script: - - phpunit + - phpunit --configuration=phpunit.xml - ./vendor/bin/phpcs --standard=codestandard.xml src |