Skip to content

Commit a6fd180

Browse files
authored
Create .travis.yml
1 parent d5548e6 commit a6fd180

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
language: php
2+
3+
php:
4+
- 7.4
5+
- 8.0
6+
7+
cache:
8+
directories:
9+
- $HOME/.composer/cache
10+
11+
before_script:
12+
- travis_retry composer self-update
13+
- travis_retry composer install --no-interaction --prefer-dist
14+
15+
script:
16+
- composer test
17+
18+
# Monitor only these branches
19+
branches:
20+
only:
21+
- master

0 commit comments

Comments
 (0)