We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e7451e + 6950696 commit ac6fc46Copy full SHA for ac6fc46
.travis.yml
@@ -8,9 +8,9 @@ python:
8
- 2.7
9
10
stages:
11
- - test
12
- lint
13
- moban
+ - test
14
15
.disable_global: &disable_global
16
addons: false
templates/travis.yml.jj2
@@ -32,13 +32,13 @@ python:
32
33
{% block stages %}
34
35
36
{% if lint_command != False %}
37
38
{% endif %}
39
{% if moban_command != False %}
40
41
42
43
{% endblock %}
44
0 commit comments