Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MDevster committed Feb 6, 2020
1 parent dc6060e commit 2e717f1
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,20 @@ matrix:
env: CONTAO_VERSION='4.4.*'
- php: 7.2
env: CONTAO_VERSION='4.4.*'
- php: 7.3
env: CONTAO_VERSION='4.4.*'
- php: 7.4
env: CONTAO_VERSION='4.4.*'
- php: 7.1
env: CONTAO_VERSION='4.5.*'
- php: 7.2
env: CONTAO_VERSION='4.5.*'
- php: 7.1
env: CONTAO_VERSION='4.6.*'
- php: 7.2
env: CONTAO_VERSION='4.6.*'
env: CONTAO_VERSION='4.8.*'
- php: 7.2
env: COVERAGE=1 CONTAO_VERSION='4.6.*'
env: CONTAO_VERSION='4.8.*'
- php: 7.3
env: CONTAO_VERSION='4.8.*'
- php: 7.4
env: CONTAO_VERSION='4.8.*'
- php: 7.4
env: COVERAGE=1 CONTAO_VERSION='4.9.*'
allow_failures:
- env: COVERAGE=1 DEFAULT=0
fast_finish: true
Expand All @@ -35,7 +39,7 @@ before_install:
- php -ini | grep memory_limit
- if [[ "$COVERAGE" != "1" ]]; then phpenv config-rm xdebug.ini || true; fi
install:
- composer require contao/managed-edition:${CONTAO_VERSION}
- composer require contao/core-bundle:${CONTAO_VERSION}
notifications:
slack:
secure: pG4+OwGxtL+uKfrXb+PqgOpZnnf7Uv64S6OAgH+n76gD8M7oiOOgGiJVvcv+uPqUWVTTFabrwt+3l6/vZUkNRT1EMtrDJj3V/cX+vlIgYnpczgBuYo/m5S9Zc/fFSMw8S3g3e/lXDpaKE8AGVmJd0WWt7ilTLX/WOGgTuZfHFiJxvvkwhsKiApRvEf33uUyEPhfSdD8mWWQ3k1CZeqUpH4Ya48YWDYoQ6i4rjLP7C7azbTWY0TYEOGMyqjsZhFAN8vXCSLuOW94fpwIvMjKu0Pk0ZtM5aLhNa0KXKBfWb8AgoR0C23GyO58uNW+SjbVVZkohd5NpsW+Ry1Diy0Nkg7EwEgul5zQCewq46l+gZe/r25JL3yoisd+amD8glILjKB5OD5j8ayO0DPlXu2grzlzTPhNtXqp2kyqdM/Ta79yySx3TOcGQmqOFaZ96Bab0nfuPc1E/LU53LU59mKU1zee44Sq/Gw5p+sTms784EFQSauRkrtJ3VYcSBn2neVA+cAOJfmMWxJ7bH1lBnm9oy3DvcHL4rvT9oeJgcOPD97hqU84zN/YIFCO3cyfJi+2zi8kdkJrObOyHnEg2Qyjy6y/LRqbBJTLh6CwvYiGzXXXO9fdklWIJR9QWFUXnAeBM68Wif16TTW7gHb9RLTofuO2J0KvkS3+MOtAQlAC0qWM=
Expand Down

0 comments on commit 2e717f1

Please sign in to comment.