Skip to content

Commit

Permalink
bugfix/Travis-CI config was added
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdodonov committed May 13, 2020
1 parent fbe5b30 commit 8ab05df
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
language: php

php:
- '7.2'
- '7.3'
- '7.4'

install:
- composer install -n

script:
- phpunit --coverage-clover=coverage.xml --configuration=phpunit.xml

after_script:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 8ab05df

Please sign in to comment.