Moved tests from Travis to Github Actions
This commit is contained in:
parent
2ac95aae40
commit
08894d9f94
2 changed files with 0 additions and 15 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1,7 +1,6 @@
|
|||
.github export-ignore
|
||||
.gitignore export-ignore
|
||||
.gitattributes export-ignore
|
||||
.travis.yml export-ignore
|
||||
LICENSE.md export-ignore
|
||||
README-de.md export-ignore
|
||||
README-sv.md export-ignore
|
||||
|
|
14
.travis.yml
14
.travis.yml
|
@ -1,14 +0,0 @@
|
|||
language: php
|
||||
php:
|
||||
- 8.0
|
||||
- 7.4
|
||||
- 7.3
|
||||
- 7.2
|
||||
- 7.1
|
||||
- 7.0
|
||||
- 5.6
|
||||
install:
|
||||
- echo "CoreStaticUrl:http://website/" >> system/extensions/yellow-system.ini
|
||||
- php yellow.php about
|
||||
script:
|
||||
- php yellow.php build test
|
Loading…
Reference in a new issue