diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-08-01 19:46:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 19:46:08 +0200 |
commit | 91af3e6b19de598eb590e6783bfb356e51a2cd57 (patch) | |
tree | 13f16bc2af01d396a12b751e2d296321c4309a81 /.travis.yml | |
parent | 211d93307bdf3fcb35b471633d4aa564af97689d (diff) | |
parent | 5e61546a32b81fdc33310f30a0b070cd51e154ed (diff) | |
download | Shaarli-91af3e6b19de598eb590e6783bfb356e51a2cd57.tar.gz Shaarli-91af3e6b19de598eb590e6783bfb356e51a2cd57.tar.zst Shaarli-91af3e6b19de598eb590e6783bfb356e51a2cd57.zip |
Merge pull request #1341 from ArthurHoaro/hotfix/travis-eol
Remove Travis unit tests against PHP 5.6 and 7.0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index c6400eef..d1415423 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -9,10 +9,6 @@ matrix: | |||
9 | php: 7.2 | 9 | php: 7.2 |
10 | - language: php | 10 | - language: php |
11 | php: 7.1 | 11 | php: 7.1 |
12 | - language: php | ||
13 | php: 7.0 | ||
14 | - language: php | ||
15 | php: 5.6 | ||
16 | - language: node_js | 12 | - language: node_js |
17 | node_js: 8 | 13 | node_js: 8 |
18 | cache: | 14 | cache: |