Skip to content

Commit d509c8d

Browse files
authored
Merge pull request #116 from stronk7/update_tests_39
Bump versions to new 39 requirements and add 38 tests
2 parents 04712da + 0fc0f32 commit d509c8d

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

.travis.yml

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,39 @@ services: docker
33
fast_finish: true
44
env:
55
# Oracle jobs have been removed because there aren't public images anymore.
6+
# phpunit
7+
# PostgreSQL highest, lowest php supported
68
# We have set the "phpunit-full" to run against master.
7-
- "PHP=7.3 DB=pgsql GIT=master SUITE=phpunit-full" # PostgreSQL highest, lowest php supported
8-
- "PHP=7.1 DB=pgsql GIT=master SUITE=phpunit-full"
9+
- "PHP=7.3 DB=pgsql GIT=master SUITE=phpunit-full"
10+
- "PHP=7.2 DB=pgsql GIT=master SUITE=phpunit-full"
11+
# Simpler "phpunit" for stables
12+
- "PHP=7.3 DB=pgsql GIT=v3.8.0 SUITE=phpunit"
13+
- "PHP=7.1 DB=pgsql GIT=v3.8.0 SUITE=phpunit"
914
- "PHP=7.3 DB=pgsql GIT=v3.7.2 SUITE=phpunit"
1015
- "PHP=7.1 DB=pgsql GIT=v3.7.2 SUITE=phpunit"
1116
- "PHP=7.2 DB=pgsql GIT=v3.5.8 SUITE=phpunit"
1217
- "PHP=7.0 DB=pgsql GIT=v3.5.8 SUITE=phpunit"
13-
- "PHP=7.3 DB=mssql GIT=v3.7.2 SUITE=phpunit" # Other databases, only highest php supported
18+
# Other databases, only highest php supported
19+
- "PHP=7.3 DB=mssql GIT=v3.8.0 SUITE=phpunit"
20+
- "PHP=7.3 DB=mssql GIT=v3.7.2 SUITE=phpunit"
1421
- "PHP=7.2 DB=mssql GIT=v3.5.8 SUITE=phpunit"
22+
- "PHP=7.3 DB=mysql GIT=v3.8.0 SUITE=phpunit"
1523
- "PHP=7.3 DB=mysql GIT=v3.7.2 SUITE=phpunit"
1624
- "PHP=7.2 DB=mysql GIT=v3.5.8 SUITE=phpunit"
17-
- "PHP=7.1 DB=mariadb GIT=v3.7.2 SUITE=phpunit" # MariaDB, only lowest php supported
25+
# MariaDB, only lowest php supported
26+
- "PHP=7.1 DB=mariadb GIT=v3.8.0 SUITE=phpunit"
27+
- "PHP=7.1 DB=mariadb GIT=v3.7.2 SUITE=phpunit"
1828
- "PHP=7.0 DB=mariadb GIT=v3.5.8 SUITE=phpunit"
19-
- "PHP=7.3 DB=pgsql GIT=master SUITE=behat BROWSER=chrome" # PostgreSQL highest, lowest (2 browsers)
29+
# behat
30+
# PostgreSQL highest, lowest (2 browsers)
31+
- "PHP=7.3 DB=pgsql GIT=master SUITE=behat BROWSER=chrome"
2032
- "PHP=7.3 DB=pgsql GIT=master SUITE=behat BROWSER=firefox"
21-
- "PHP=7.1 DB=pgsql GIT=master SUITE=behat BROWSER=chrome"
22-
- "PHP=7.1 DB=pgsql GIT=master SUITE=behat BROWSER=firefox"
33+
- "PHP=7.2 DB=pgsql GIT=master SUITE=behat BROWSER=chrome"
34+
- "PHP=7.2 DB=pgsql GIT=master SUITE=behat BROWSER=firefox"
35+
- "PHP=7.3 DB=pgsql GIT=v3.8.0 SUITE=behat BROWSER=chrome"
36+
- "PHP=7.3 DB=pgsql GIT=v3.8.0 SUITE=behat BROWSER=firefox"
37+
- "PHP=7.1 DB=pgsql GIT=v3.8.0 SUITE=behat BROWSER=chrome"
38+
- "PHP=7.1 DB=pgsql GIT=v3.8.0 SUITE=behat BROWSER=firefox"
2339
- "PHP=7.3 DB=pgsql GIT=v3.7.2 SUITE=behat BROWSER=chrome"
2440
- "PHP=7.3 DB=pgsql GIT=v3.7.2 SUITE=behat BROWSER=firefox"
2541
- "PHP=7.1 DB=pgsql GIT=v3.7.2 SUITE=behat BROWSER=chrome"
@@ -28,11 +44,16 @@ env:
2844
- "PHP=7.2 DB=pgsql GIT=v3.5.8 SUITE=behat BROWSER=firefox"
2945
- "PHP=7.0 DB=pgsql GIT=v3.5.8 SUITE=behat BROWSER=chrome"
3046
- "PHP=7.0 DB=pgsql GIT=v3.5.8 SUITE=behat BROWSER=firefox"
31-
- "PHP=7.3 DB=mssql GIT=v3.7.2 SUITE=behat BROWSER=chrome" # Other databases, only highest php supported (2 browsers)
47+
# Other databases, only highest php supported (1 browsers)
48+
- "PHP=7.3 DB=mssql GIT=v3.8.0 SUITE=behat BROWSER=firefox" # Other databases, only highest php supported (1 browsers)
49+
- "PHP=7.3 DB=mssql GIT=v3.7.2 SUITE=behat BROWSER=chrome"
3250
- "PHP=7.2 DB=mssql GIT=v3.5.8 SUITE=behat BROWSER=firefox"
51+
- "PHP=7.3 DB=mysql GIT=v3.8.0 SUITE=behat BROWSER=chrome"
3352
- "PHP=7.3 DB=mysql GIT=v3.7.2 SUITE=behat BROWSER=chrome"
3453
- "PHP=7.2 DB=mysql GIT=v3.5.8 SUITE=behat BROWSER=firefox"
35-
- "PHP=7.1 DB=mariadb GIT=v3.7.2 SUITE=behat BROWSER=chrome" # MariaDB, only lowest php supported (2 browsers)
54+
# MariaDB, only lowest php supported (1 browsers)
55+
- "PHP=7.1 DB=mariadb GIT=v3.8.0 SUITE=behat BROWSER=firefox"
56+
- "PHP=7.1 DB=mariadb GIT=v3.7.2 SUITE=behat BROWSER=chrome"
3657
- "PHP=7.0 DB=mariadb GIT=v3.5.8 SUITE=behat BROWSER=firefox"
3758
install:
3859
- git clone --branch $GIT --depth 1 git://github.com/moodle/moodle $HOME/moodle

0 commit comments

Comments
 (0)