forked from jelix/jelix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
58 lines (42 loc) · 836 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
dist: trusty
sudo: required
language: php
php:
- '7.0'
- '7.1'
branches:
only:
- master
- jelix-1.7.x
- travis
addons:
hosts:
- testapp20.local
cache:
directories:
- $HOME/.composer/cache
matrix:
fast_finish: true
services:
- memcached
- redis-server
- mysql
- postgresql
before_install:
- phpenv config-add testapp/travis/phpconf.ini
- phpenv config-rm xdebug.ini
- sudo ./testapp/travis/before_install.sh $(phpenv version-name)
- ~/.phpenv/versions/$(phpenv version-name)/bin/composer self-update
install:
- ./testapp/travis/install.sh
before_script:
- ./testapp/travis/before_script.sh
script:
- ./testapp/travis/script.sh
#after_success:
#after_failure:
#before_deploy:
#deploy:
# skip_cleanup: true
#after_deploy:
#after_script: