Skip to content

Commit 739ed28

Browse files
authored
CI updates (#64)
* Remove PHP 7.1 from test matrix * Add PHP 7.4 to matrix * Cache composer packages between builds
1 parent 480da86 commit 739ed28

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ services:
44
- mysql
55

66
php:
7+
- 7.4
78
- 7.3
89
- 7.2
9-
- 7.1
10+
11+
cache:
12+
directories:
13+
- $HOME/.cache/composer
1014

1115
install: travis_retry composer install
1216

0 commit comments

Comments
 (0)