diff --git a/.travis.yml b/.travis.yml index 2f2f784..d8febc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,15 @@ php: env: global: - - RUN_UNIT_TESTS="yes" + - RUN_UNIT_TESTS="no" -#script: -# - if [[ $RUN_UNIT_TESTS == "yes" ]]; then phpunit --configuration travisci-phpunit.xml; fi -script: skip \ No newline at end of file +script: + - if [[ $RUN_UNIT_TESTS == "yes" ]]; then phpunit --configuration travisci-phpunit.xml; fi + +deploy: + provider: releases + api_key: "0c3354f7c3a4e98620f06408ceaad64aece27cdb" + skip_cleanup: true + overwrite: true + on: + tags: true \ No newline at end of file diff --git a/travisci-phpunit.xml b/travisci-phpunit.xml index 0eb45eb..ff7f44d 100644 --- a/travisci-phpunit.xml +++ b/travisci-phpunit.xml @@ -1,5 +1,5 @@ - + tests/unit/suites/webservices