We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fb168 commit f381ae5Copy full SHA for f381ae5
.travis.yml
@@ -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
@@ -0,0 +1,3 @@
+<?php
+require_once __DIR__.'/../vendor/autoload.php';
0 commit comments