Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit eb89e34

Browse files
remove unnecessary php array, add compsoer cache
1 parent 400623b commit eb89e34

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
language: php
22

3-
php:
4-
- '5.6.4'
5-
- '7.0'
6-
- '7.1'
7-
8-
env:
9-
- ILLUMINATE_VERSION=5.4.*
3+
cache:
4+
directories:
5+
- $HOME/.composer/cache
106

117
matrix:
128
include:

0 commit comments

Comments
 (0)