Skip to content

Commit 1ae9255

Browse files
committed
Add include
1 parent 5dd1000 commit 1ae9255

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: .travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ env:
1313
- SIMPLETEST_DB=sqlite://tmp/site.sqlite
1414
- SIMPLETEST_BASE_URL="http://127.0.0.1:8080"
1515
matrix:
16-
- RELEASE=stable COMPOSER_CHANNEL=stable
17-
- RELEASE=dev COMPOSER_CHANNEL=stable
18-
- RELEASE=stable COMPOSER_CHANNEL=snapshot
16+
include:
17+
- RELEASE=stable COMPOSER_CHANNEL=stable
18+
- RELEASE=dev COMPOSER_CHANNEL=stable
19+
- RELEASE=stable COMPOSER_CHANNEL=snapshot
1920
exclude:
2021
- php: 7.2
2122
env: RELEASE=stable

0 commit comments

Comments
 (0)