travis
This commit is contained in:
parent
70f03e7d88
commit
1ff13a32ee
3 changed files with 11 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
image: php:7.1-alpine
|
||||
|
||||
before_script:
|
||||
- apk update
|
||||
- apk add git
|
||||
- curl -sS https://getcomposer.org/installer | php
|
||||
- php composer.phar install
|
||||
|
||||
test:
|
||||
script:
|
||||
- php composer.phar test
|
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
language: php
|
||||
php:
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4
|
||||
install:
|
||||
- composer install
|
||||
script: composer test
|
|
@ -1,3 +1,5 @@
|
|||
# html-object-strings
|
||||
|
||||
[![Build Status](https://travis-ci.org/leafcutter-cms/leafcutter.svg?branch=main)](https://travis-ci.org/leafcutter-cms/leafcutter)
|
||||
|
||||
An HTML string-building library, used for building HTML strings from simple and easy-to-use objects.
|
||||
|
|
Loading…
Reference in a new issue