diff --git a/.travis.yml b/.travis.yml index 3d5a0a62..74e92f62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ script: - ./bin/unit-tests # Run integration test. - - if [[ "$INTEGRATION_TEST" == "1" ]]; then ./bin/integration-test; fi + - ./bin/integration-test # Rather than a `matrix` property, we use build stages. This allows early # build failure for basic linting and sniffing issues. diff --git a/ruleset_test.php b/ruleset_test.php index 2971625b..1d394c0a 100644 --- a/ruleset_test.php +++ b/ruleset_test.php @@ -27,7 +27,6 @@ 24 => 1, 40 => 1, 43 => 1, - 45 => 1, 48 => 1, 49 => 1, 53 => 1, @@ -60,6 +59,7 @@ 28 => 1, 36 => 1, 44 => 1, + 45 => 1, 65 => 1, 70 => 1, 85 => 1, @@ -265,4 +265,3 @@ private function error_warning_message( $expected, $type, $number, $line ) { } else { exit( 1 ); } -