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.
2 parents 1273cb4 + 6ee2440 commit 87b15b9Copy full SHA for 87b15b9
.travis.yml
@@ -24,7 +24,7 @@ script:
24
- ./bin/unit-tests
25
26
# Run integration test.
27
- - if [[ "$INTEGRATION_TEST" == "1" ]]; then ./bin/integration-test; fi
+ - ./bin/integration-test
28
29
# Rather than a `matrix` property, we use build stages. This allows early
30
# build failure for basic linting and sniffing issues.
ruleset_test.php
@@ -27,7 +27,6 @@
24 => 1,
40 => 1,
43 => 1,
- 45 => 1,
31
48 => 1,
32
49 => 1,
33
53 => 1,
@@ -61,6 +60,7 @@
61
60
28 => 1,
62
36 => 1,
63
44 => 1,
+ 45 => 1,
64
65 => 1,
65
70 => 1,
66
85 => 1,
0 commit comments