Skip to content

Commit

Permalink
Merge pull request #33 from forkcms/container-based-travis
Browse files Browse the repository at this point in the history
Run travis on the container based infrastructure.
  • Loading branch information
WouterSioen committed Mar 2, 2016
2 parents 3554ac8 + 66c8bc3 commit 13c0d3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ before_script:
after_success:
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]] && [[ "$TRAVIS_PHP_VERSION" != "7" ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]] && [[ "$TRAVIS_PHP_VERSION" != "7" ]]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi

sudo: false

0 comments on commit 13c0d3e

Please sign in to comment.