Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 674dd2f

Browse files
committed
🔥
1 parent 7b5bdb6 commit 674dd2f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ env:
44
global:
55
- setup=no_encryption
66

7-
php:
8-
- 7.2
9-
- nightly
10-
117
matrix:
128
include:
139
- php: 7.2
1410
env: setup=no_encryption
11+
- php: nightly
12+
env: setup=no_encryption
1513
- php: 7.2
1614
env: setup=sodium_ext
15+
- php: nightly
16+
env: setup=sodium_ext
17+
allow_failures:
18+
- php: nightly
1719

1820
mysql:
1921
database: dbtest

0 commit comments

Comments
 (0)