Skip to content

Commit b16bf98

Browse files
committed
Update Travis build matrix
It introduces the following changes: * Add Solidus v2.8 * Remove Solidus v2.3
1 parent 5fb1afe commit b16bf98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ rvm:
99
- 2.5
1010
env:
1111
matrix:
12-
- SOLIDUS_BRANCH=v2.3 DB=postgres
1312
- SOLIDUS_BRANCH=v2.4 DB=postgres
1413
- SOLIDUS_BRANCH=v2.5 DB=postgres
1514
- SOLIDUS_BRANCH=v2.6 DB=postgres
1615
- SOLIDUS_BRANCH=v2.7 DB=postgres
16+
- SOLIDUS_BRANCH=v2.8 DB=postgres
1717
- SOLIDUS_BRANCH=master DB=postgres
18-
- SOLIDUS_BRANCH=v2.3 DB=mysql
1918
- SOLIDUS_BRANCH=v2.4 DB=mysql
2019
- SOLIDUS_BRANCH=v2.5 DB=mysql
2120
- SOLIDUS_BRANCH=v2.6 DB=mysql
2221
- SOLIDUS_BRANCH=v2.7 DB=mysql
22+
- SOLIDUS_BRANCH=v2.8 DB=mysql
2323
- SOLIDUS_BRANCH=master DB=mysql

0 commit comments

Comments
 (0)