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 4cc9728 commit ac1449bCopy full SHA for ac1449b
.travis.yml
@@ -0,0 +1,16 @@
1
+# Required to run your project under the correct environment.
2
+language: php
3
+
4
+# Versions of PHP you want your project run with.
5
+php:
6
+ - 7.1
7
+ - 7.2
8
+ - 7.3
9
10
+# Commands to be run before your environment runs.
11
+before_script:
12
+ - composer self-update
13
14
+# Customize when the notification emails are sent.
15
+notifications:
16
+ email: lablnet01@gmail.com
0 commit comments