Skip to content

Commit 5322be5

Browse files
committed
corrected the order
1 parent 69d91ab commit 5322be5

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
@@ -25,12 +25,12 @@ script: npm test
2525
after_success: npm run coveralls
2626

2727
# Integration tests need to run first to reset the PR build status to pending
28-
stages:
29-
- 'Test Packages'
30-
- 'Test'
28+
stages:
3129
- 'Integration tests'
3230
- 'Benchmarking tests'
3331
- 'Cross-browser and umd unit tests'
32+
- 'Test'
33+
- 'Test Packages'
3434

3535
jobs:
3636
include:

0 commit comments

Comments
 (0)