Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ language: php

php:
# - 5.3
- 5.6
# - 5.6
- 5.5
- 5.4

before_script:
- mkdir -p shippable/codecoverage
- mkdir -p shippable/testresults
- printenv
- echo $HEAD_BRANCH
- echo $BASE_BRANCH

script:
- phpunit --log-junit shippable/testresults/junit.xml --coverage-xml shippable/codecoverage tests/calculator_test.php
Expand All @@ -21,4 +23,4 @@ notifications:
- vidyac.raghav@gmail.com

archive: true
cache: true
#cache: true