Skip to content

Commit 6ee2440

Browse files
authored
Merge pull request #294 from Automattic/fix/run-integration-tests-in-CI
Run integration tests in CI
2 parents c995a4e + 114e769 commit 6ee2440

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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 & 2 deletions
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,
@@ -60,6 +59,7 @@
6059
28 => 1,
6160
36 => 1,
6261
44 => 1,
62+
45 => 1,
6363
65 => 1,
6464
70 => 1,
6565
85 => 1,
@@ -265,4 +265,3 @@ private function error_warning_message( $expected, $type, $number, $line ) {
265265
} else {
266266
exit( 1 );
267267
}
268-

0 commit comments

Comments
 (0)