Skip to content

Commit ac6fc46

Browse files
authored
Merge pull request #119 from moremoban/sequence
run single job lint and moban first. because if they fail, …
2 parents 0e7451e + 6950696 commit ac6fc46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ python:
88
- 2.7
99

1010
stages:
11-
- test
1211
- lint
1312
- moban
13+
- test
1414

1515
.disable_global: &disable_global
1616
addons: false

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)