-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (35 loc) · 866 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly
env:
global:
# GH_TOKEN define in repository settings on travis-ci.org
- GH_REPO: github.com/locomotivemtl/charcoal-contrib-sitemap.git
- GH_PAGES: locomotivemtl.github.io/charcoal-contrib-sitemap
matrix:
allow_failures:
- php: 5.6
- php: nightly
cache:
directories:
- $HOME/.composer/cache
before_install:
- composer self-update --quiet
install:
- composer install --no-interaction --no-suggest
- mkdir -p build/logs/
script:
- composer phplint
- composer phpcs
# - composer phpunit -- --coverage-clover "build/logs/clover.xml"
after_script:
- php vendor/bin/php-coveralls -v
notifications:
slack: locomotivemtl:d9h8ZWwTZ6b3WUsSP9s26nb1
email: charcoal@locomotive.ca