Skip to content

Commit

Permalink
test matrix + postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed May 28, 2019
1 parent 8614a39 commit 7b267a1
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ dist: trusty

env:
global:
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest""
- DEFAULT_COMPOSER_FLAGS="--no-interaction --no-ansi --no-progress --no-suggest"
matrix:
- DB=mysql
- DB=postgresql

branches:
only:
Expand Down Expand Up @@ -86,21 +89,6 @@ after_script:
bash <(curl -s https://codecov.io/bash)
fi
#after_script:
# - |
# if [ $TASK_TESTS_COVERAGE == 1 ]; then
# travis_retry wget https://scrutinizer-ci.com/ocular.phar
# php ocular.phar code-coverage:upload --format=php-clover coverage.clover
# fi

#script:
# - |
# # if [[ $TASK_TESTS_COVERAGE != 1 ]]; then
# php -d display_errors=on -d max_execution_time=-1 -d memory_limit=2048M -d error_reporting=-1 vendor/codeception/codeception/codecept run tests/unit/helpers/ArrayHelperTest.php:testToArray;
# # else
# # vendor/bin/codecept run unit --coverage --coverage-xml;
# # fi

#jobs:
# include:
# - stage: Static Code Analysis
Expand Down

0 comments on commit 7b267a1

Please sign in to comment.