Skip to content

Commit dba5174

Browse files
switch stage order
1 parent a7c7121 commit dba5174

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ srcclr: true
2727
script: npm test
2828
after_success: npm run coveralls
2929

30+
stages:
31+
- 'Integration tests'
32+
- 'Test'
33+
3034
jobs:
3135
include:
3236
- stage: 'Integration tests'

0 commit comments

Comments
 (0)