projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac5438
)
Make Travis run PHP 7.4 + 7.0
author
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 14 Jul 2020 13:56:32 +0000
(15:56 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 14 Jul 2020 13:56:32 +0000
(15:56 +0200)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index cf631d0ff2399a33df53c55f2e2ae3c70f7abf8f..548cbc2b5a4d2ab8b2c2c1554ffc48910400c3b5 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,7
+1,7
@@
language: php
sudo: false
php:
- - 7.
2
+ - 7.
4
- 7.0
before_install:
- export PATH="$PATH:$(composer global config bin-dir --absolute)"