There was an error while loading. Please reload this page.
1 parent 082fb2c commit 6a682ffCopy full SHA for 6a682ff
.travis.yml
@@ -0,0 +1,10 @@
1
+language: php
2
+
3
+php:
4
+ - 7.1
5
+ - 7.2
6
+ - 7.3
7
8
+before_script:
9
+ - wget http://getcomposer.org/composer.phar
10
+ - php composer.phar install
0 commit comments