Overview
Comment: | Mise à jour test travis |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a9f23ad861e2a87d40d446c2d5392379 |
User & Date: | bohwaz on 2020-01-31 01:50:39 |
Other Links: | manifest | tags |
Context
2020-02-01
| ||
12:47 | Corriger problème de statut cotisation dans les listes de cotisation check-in: b2a63b83e2 user: bohwaz tags: trunk, stable | |
2020-01-31
| ||
01:50 | Mise à jour test travis check-in: a9f23ad861 user: bohwaz tags: trunk | |
01:29 | Corriger statut cotisation check-in: c5da0736f0 user: bohwaz tags: trunk, stable | |
Changes
Modified .travis.yml from [0926a200f2] to [ab9c965cec].
1 2 | language: php php: | < < | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | language: php php: - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' - '7.4' install: - make -C src deps script: - php tests/run.php |
︙ | ︙ |