Skip to content

Commit f381ae5

Browse files
author
Corey McCormick
committed
Configure travisCI
1 parent 93fb168 commit f381ae5

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: php
2+
sudo: false
3+
php:
4+
- 7.0
5+
- 7.1
6+
- hhvm
7+
8+
before_script:
9+
- composer install --dev
10+
- composer update -o
11+
12+
script: phpunit --bootstrap tests/bootstrap.php --configuration phpunit.xml tests

tests/bootstrap.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
3+
require_once __DIR__.'/../vendor/autoload.php';

0 commit comments

Comments
 (0)