Skip to content

Commit dc9d1a7

Browse files
committed
Ignore platform requirements for PHP nightly
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
1 parent 6ded854 commit dc9d1a7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ php:
77
- 7.2
88
- 7.3
99
- 7.4
10-
- nightly
1110

1211
matrix:
1312
fast_finish: true
@@ -18,6 +17,9 @@ matrix:
1817
env: DOCS=yes
1918
- php: 7.1
2019
env: REQUIRE="phpmyadmin/motranslator:^3.0"
20+
- php: nightly
21+
install:
22+
- composer install --no-interaction --ignore-platform-reqs
2123

2224
sudo: false
2325

0 commit comments

Comments
 (0)