Skip to content

Commit

Permalink
twilio/php@~5.15.0 (#15)
Browse files Browse the repository at this point in the history
* twilio/php@~5.15.0

* Running CC on PRs.

* travis checks

* more travis fixes

* more travis fixes
  • Loading branch information
ellisio authored Nov 16, 2017
1 parent 59c81e4 commit 32b9614
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ install:
- travis_retry composer install --prefer-source --no-interaction --no-suggest

before_script:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter; fi
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then chmod +x ./cc-test-reporter; fi
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter before-build; fi
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter; fi
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then chmod +x ./cc-test-reporter; fi
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then ./cc-test-reporter before-build; fi

script:
- if [ "$TRAVIS_PULL_REQUEST" == "true" ]; then vendor/bin/phpunit; fi
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then vendor/bin/phpunit; fi

after_script:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi

notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"illuminate/container": "5.5.*",
"illuminate/support": "5.5.*",
"illuminate/validation": "5.5.*",
"twilio/sdk": "~5.13.0"
"twilio/sdk": "~5.15.0"
},
"require-dev": {
"graham-campbell/testbench": "^4.0",
Expand Down

0 comments on commit 32b9614

Please sign in to comment.