Skip to content

Commit

Permalink
adds travis ci (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Santiago Garcia <[email protected]>
  • Loading branch information
jorbriib and sangarbe committed Jan 8, 2021
1 parent c930855 commit bf6ecd7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# php-lazy-proxy-loading
# php-lazy-proxy-loading

[![Build Status](https://api.travis-ci.org/golossus/php-lazy-proxy-loading.svg?branch=main)](https://api.travis-ci.org/golossus/php-lazy-proxy-loading)
File renamed without changes.
16 changes: 16 additions & 0 deletions travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: php
sudo: false
php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
matrix:
fast_finish: true
before_script:
- composer update --no-interaction
script:
- vendor/bin/phpunit -c phpunit.xml.dist
notifications:
email: false

0 comments on commit bf6ecd7

Please sign in to comment.