Skip to content

Commit 16e4c40

Browse files
committed
Reverse the test order to get a coverage report of the latest features.
1 parent 9a1c79c commit 16e4c40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ install:
1616
- gulp run-codegen
1717

1818
script:
19-
- npm test
20-
- PHP_PARSER_VERSION=7_2 npm test
21-
- PHP_PARSER_VERSION=7_1 npm test
2219
- PHP_PARSER_VERSION=7_0 npm test
20+
- PHP_PARSER_VERSION=7_1 npm test
21+
- PHP_PARSER_VERSION=7_2 npm test
22+
- npm test
2323

2424
after_success: npm run test:coverage

0 commit comments

Comments
 (0)