Skip to content

Commit a8d393e

Browse files
committed
🚜 run single job lint and moban first. because if they fail, you need to run them again any way. so it would cost the world less resource(cpu, memory and travis)
1 parent 442ac0d commit a8d393e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/travis.yml.jj2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ python:
3232

3333
{% block stages %}
3434
stages:
35-
- test
3635
{% if lint_command != False %}
3736
- lint
3837
{% endif %}
3938
{% if moban_command != False %}
4039
- moban
4140
{% endif %}
41+
- test
4242

4343
{% endblock %}
4444
.disable_global: &disable_global

0 commit comments

Comments
 (0)