Skip to content

Commit 8e3902c

Browse files
Merge pull request #36 from nextcloud/no-more-php-5.4-and-5.5
Remove 5.4 and 5.5 support
2 parents 85f7b55 + 73c7e8f commit 8e3902c

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

.travis.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: php
22
php:
3-
- 5.4
4-
- 5.5
53
- 5.6
64
- 7
75

@@ -49,25 +47,16 @@ script:
4947
- sh -c "if [ '$JSTESTS' != '1' -a '$CODECHECK' != '1' -a '$CODECHECK' != '2' ]; then php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi"
5048
- cd ../
5149

52-
# Run Javascript unit tests
53-
# - cd tests/js
54-
# - sh -c "if [ '$JSTESTS' = '1' ]; then npm install --deps; node_modules/karma/bin/karma start karma.config.js --single-run; fi"
55-
# - cd ../
56-
5750
matrix:
5851
include:
59-
- php: 5.4
52+
- php: 5.6
6053
env: DB=mysql
61-
- php: 5.4
54+
- php: 5.6
6255
env: DB=pgsql
63-
# - php: 5.4
64-
# env: DB=oracle
65-
- php: 5.4
56+
- php: 5.6
6657
env: DB=mysql;CODECHECK=1
67-
- php: 5.4
58+
- php: 5.6
6859
env: DB=mysql;CODECHECK=2
69-
# - php: 5.4
70-
# env: DB=mysql;JSTESTS=1
7160
allow_failures:
7261
- env: DB=mysql;CODECHECK=2
7362
fast_finish: true

0 commit comments

Comments
 (0)