Skip to content

Commit

Permalink
Fix Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejchalubek committed Dec 8, 2017
1 parent b0c0047 commit 9f567d3
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
language: php
sudo: false

php:
- 7.1
- 7.0

notifications:
email:
on_success: never
on_failure: change

php:
- 7.1
- 7.0

before_script:
before_install:
- composer self-update
- composer install --no-interaction --dev

install:
- composer validate
- composer install -o --prefer-dist --no-interaction

script:
- mkdir -p build/logs
- php vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v
- php vendor/bin/coveralls -v

0 comments on commit 9f567d3

Please sign in to comment.