Skip to content

Commit 87b15b9

Browse files
authored
Merge branch 'master' into update/add-syntax-error-sniff
2 parents 1273cb4 + 6ee2440 commit 87b15b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ script:
2424
- ./bin/unit-tests
2525

2626
# Run integration test.
27-
- if [[ "$INTEGRATION_TEST" == "1" ]]; then ./bin/integration-test; fi
27+
- ./bin/integration-test
2828

2929
# Rather than a `matrix` property, we use build stages. This allows early
3030
# build failure for basic linting and sniffing issues.

ruleset_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
24 => 1,
2828
40 => 1,
2929
43 => 1,
30-
45 => 1,
3130
48 => 1,
3231
49 => 1,
3332
53 => 1,
@@ -61,6 +60,7 @@
6160
28 => 1,
6261
36 => 1,
6362
44 => 1,
63+
45 => 1,
6464
65 => 1,
6565
70 => 1,
6666
85 => 1,

0 commit comments

Comments
 (0)