Skip to content

Commit ac1449b

Browse files
author
Muhammad Umer Farooq
authored
Create .travis.yml
1 parent 4cc9728 commit ac1449b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)