Page MenuHomePhorge

.travis.yml
No OneTemporary

Authored By
Unknown
Size
616 B
Referenced Files
None
Subscribers
None

.travis.yml

language: php
dist: xenial
sudo: false
matrix:
fast_finish: true
include:
#- php: 5.5
# dist: trusty
#- php: 5.6
#- php: 7.0
# env: CODE_COVERAGE=1
#- php: 7.1
#- php: 7.2
#- php: 7.3
# dist: bionic # for proper node-less version
# env: BROWSER_TESTS=1
# addons:
# chrome: stable
#- php: 7.4
- php: 8.0
dist: bionic # for proper node-less version
env: BROWSER_TESTS=1
addons:
chrome: stable
cache:
directories:
- $HOME/.composer
install:
- .ci/install.sh
script:
- .ci/run.sh
notifications:
email: false

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 6, 12:06 AM (1 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b0/80/b8d1d4f8abadc330c42ecc77508f
Default Alt Text
.travis.yml (616 B)

Event Timeline