Commit c7c1179
committed
Only run unit tests on travis with --prefer-lowest once
Per the comments in the thread for #34, I don't like the idea of running
tests twice for every PHP version (high and low dependency checks). It
is comprehensive, but it seems a little redunant and wasteful. One check
should be enough to pick up any general issues with the lowest version
dependencies, though some problems may slip through because of this. I'm
happy to have the test run take less time in exchange for this minor
risk:
> testing all combinations feels like testing that the dependencies work
with the PHP versions they claim to, more than it is testing the code in
this library.1 parent 3e9e7e4 commit c7c1179
1 file changed
+9
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments