diff options
| author | jvoisin | 2017-09-21 16:19:44 +0200 |
|---|---|---|
| committer | jvoisin | 2017-09-25 10:34:14 +0200 |
| commit | 090ea65510baad564dd7f3ff481e7c4417ccf2b4 (patch) | |
| tree | 1db63685f944d105052b5728ed65d9acb7964709 | |
| parent | 3ba2b7e37cb24f951f557c4a4f62920154a7c0d2 (diff) | |
Improve a bit the .travis.yml file
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0a14f8f..07cbc81 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -3,6 +3,7 @@ language: php | |||
| 3 | php: | 3 | php: |
| 4 | - '7.0' | 4 | - '7.0' |
| 5 | - '7.1' | 5 | - '7.1' |
| 6 | |||
| 6 | - '7.2' | 7 | - '7.2' |
| 7 | - nightly | 8 | - nightly |
| 8 | 9 | ||
