Skip to content

Commit 88046e8

Browse files
committed
Remove snapshot test for PHP 7.4
1 parent be57d37 commit 88046e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ cache:
88
matrix:
99
fast_finish: true
1010
include:
11-
- php: 7.4snapshot
11+
- php: 7.4
1212
env: SKELETON_VERSION="^3.4"
13-
- php: 7.4snapshot
13+
- php: 7.4
1414
env: SKELETON_VERSION="^4.4"
15-
- php: 7.4snapshot
15+
- php: 7.4
1616
env: SKELETON_VERSION="^5.0"
1717

1818
before_install:

0 commit comments

Comments
 (0)