Skip to content

Commit 80ded27

Browse files
committed
Updat travis file
1 parent bc6aba8 commit 80ded27

File tree

1 file changed

+48
-13
lines changed

1 file changed

+48
-13
lines changed

.travis.yml

+48-13
Original file line numberDiff line numberDiff line change
@@ -13,39 +13,75 @@ cache:
1313
- $HOME/.composer/cache
1414

1515
php:
16-
- 5.6
16+
- 5.6
17+
- 7.0
18+
- 7.1
1719

18-
matrix:
19-
allow_failures:
20-
- php: 7.0
20+
addons:
21+
postgresql: "9.3"
2122

2223
env:
23-
matrix:
2424
- DB=pgsql MOODLE_BRANCH=MOODLE_27_STABLE
2525
- DB=pgsql MOODLE_BRANCH=MOODLE_28_STABLE
2626
- DB=pgsql MOODLE_BRANCH=MOODLE_29_STABLE
2727
- DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE
2828
- DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE
29+
- DB=pgsql MOODLE_BRANCH=MOODLE_32_STABLE
30+
- DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
31+
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
32+
- DB=pgsql MOODLE_BRANCH=master
2933
- DB=mysqli MOODLE_BRANCH=MOODLE_27_STABLE
3034
- DB=mysqli MOODLE_BRANCH=MOODLE_28_STABLE
3135
- DB=mysqli MOODLE_BRANCH=MOODLE_29_STABLE
3236
- DB=mysqli MOODLE_BRANCH=MOODLE_30_STABLE
3337
- DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE
38+
- DB=mysqli MOODLE_BRANCH=MOODLE_32_STABLE
39+
- DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
40+
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
41+
- DB=mysqli MOODLE_BRANCH=master
3442

3543
matrix:
36-
include:
44+
exclude:
45+
- php: 5.6
46+
env: DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
47+
- php: 5.6
48+
env: DB=pgsql MOODLE_BRANCH=master
49+
- php: 5.6
50+
env: DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
51+
- php: 5.6
52+
env: DB=mysqli MOODLE_BRANCH=master
3753
- php: 7.0
38-
env: DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE
54+
env: DB=mysqli MOODLE_BRANCH=MOODLE_27_STABLE
3955
- php: 7.0
40-
env: DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE
56+
env: DB=mysqli MOODLE_BRANCH=MOODLE_28_STABLE
4157
- php: 7.0
42-
env: DB=pgsql MOODLE_BRANCH=master
58+
env: DB=mysqli MOODLE_BRANCH=MOODLE_29_STABLE
4359
- php: 7.0
44-
env: DB=mysqli MOODLE_BRANCH=MOODLE_30_STABLE
60+
env: DB=pgsql MOODLE_BRANCH=MOODLE_27_STABLE
4561
- php: 7.0
46-
env: DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE
62+
env: DB=pgsql MOODLE_BRANCH=MOODLE_28_STABLE
4763
- php: 7.0
48-
env: DB=mysqli MOODLE_BRANCH=master
64+
env: DB=pgsql MOODLE_BRANCH=MOODLE_29_STABLE
65+
- php: 7.1
66+
env: DB=pgsql MOODLE_BRANCH=MOODLE_27_STABLE
67+
- php: 7.1
68+
env: DB=pgsql MOODLE_BRANCH=MOODLE_28_STABLE
69+
- php: 7.1
70+
env: DB=pgsql MOODLE_BRANCH=MOODLE_29_STABLE
71+
- php: 7.1
72+
env: DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE
73+
- php: 7.1
74+
env: DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE
75+
- php: 7.1
76+
env: DB=mysqli MOODLE_BRANCH=MOODLE_27_STABLE
77+
- php: 7.1
78+
env: DB=mysqli MOODLE_BRANCH=MOODLE_28_STABLE
79+
- php: 7.1
80+
env: DB=mysqli MOODLE_BRANCH=MOODLE_29_STABLE
81+
- php: 7.1
82+
env: DB=mysqli MOODLE_BRANCH=MOODLE_30_STABLE
83+
- php: 7.1
84+
env: DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE
4985

5086
before_install:
5187
- cd ../..
@@ -66,4 +102,3 @@ script:
66102
# - moodle-plugin-ci jshint # No JS
67103
# - moodle-plugin-ci phpunit # No tests yet
68104
# - moodle-plugin-ci behat # No tests yet
69-

0 commit comments

Comments
 (0)