Skip to content

Commit

Permalink
Fix code climate SSL certificate error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuno Rafael Rocha committed Aug 10, 2015
1 parent 2b0c63f commit 002a0e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ before_script:
- composer self-update
- composer update --prefer-source

script: phpunit
script: vendor/bin/phpunit

after_script:
- vendor/bin/test-reporter
- vendor/bin/test-reporter --stdout > codeclimate.json
- "curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.2)' https://codeclimate.com/test_reports"

addons:
code_climate:
Expand Down

0 comments on commit 002a0e3

Please sign in to comment.