Skip to content

Commit d484b79

Browse files
committed
cheat: .travis.yml
1 parent 36e0d2a commit d484b79

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: php
2+
3+
php:
4+
- 7.0.27
5+
- 7.1.13
6+
- 7.2.1
7+
- 7.3.1
8+
9+
before_script:
10+
- cd laravel
11+
- composer install
12+
13+
script: composer info

0 commit comments

Comments
 (0)