Skip to content

Commit 010a42a

Browse files
committed
Actualizado Travis CI
- Deshabilitadas notificaciones - Añadido PHP nightly a matriz de builds
1 parent 4470c90 commit 010a42a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Let's start with the basics: this is a PHP project
22
language: php
33

4+
# Disable email notifications for all builds
5+
notifications:
6+
email: false
7+
48
# Run on top of a few versions to check compatibility
59
matrix:
610
fast_finish: true
@@ -11,6 +15,7 @@ matrix:
1115
env: SEND_COVERAGE=1
1216
- php: 7.2
1317
- php: 7.3
18+
- php: nightly
1419
allow_failures:
1520
- php: nightly
1621

0 commit comments

Comments
 (0)