Skip to content

Commit

Permalink
Merge pull request #2 from hansakaw/2.1.0
Browse files Browse the repository at this point in the history
Merge from branch 2.1.0
  • Loading branch information
hansakaw authored Jun 2, 2017
2 parents a798a98 + 5e7347a commit adb71f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
2 changes: 1 addition & 1 deletion travisci-phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/unit/bootstrap.php" colors="true">
<phpunit colors="true">
<testsuites>
<testsuite name="webservices">
<directory>tests/unit/suites/webservices</directory>
Expand Down

0 comments on commit adb71f2

Please sign in to comment.