We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcd6b6 commit e01040bCopy full SHA for e01040b
.travis.yml
@@ -8,14 +8,20 @@ matrix:
8
- INSTALL_COMMAND="composer install"
9
- MAIN_COMMAND="composer tests"
10
11
- - name: 7.2 (all)
+ - name: 7.2 (tests)
12
php: '7.2'
13
+ env:
14
+ - INSTALL_COMMAND="composer install"
15
+ - MAIN_COMMAND="composer tests"
16
+
17
+ - name: 7.3 (all)
18
+ php: '7.3'
19
env:
20
21
- MAIN_COMMAND="composer all"
22
- - name: 7.2 (tests, lowest deps)
- php: '7.2'
23
+ - name: 7.3 (tests, lowest deps)
24
25
26
- INSTALL_COMMAND="composer update --prefer-lowest --prefer-stable"
27
0 commit comments