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.
1 parent 82e67d1 commit ac57f60Copy full SHA for ac57f60
.travis.yml
@@ -10,7 +10,6 @@ python:
10
11
stages:
12
- lint
13
- - moban
14
- test
15
16
@@ -23,16 +22,6 @@ stages:
23
22
stage: lint
24
script: make lint
25
26
-.moban: &moban
27
- python: 3.6
28
- env:
29
- - MINREQ=0
30
- stage: moban
31
- install: pip install moban gitfs2 pypifs moban-jinja2-github moban-ansible
32
- script:
33
34
- - git diff --exit-code
35
-
36
jobs:
37
include:
38
- *moban
0 commit comments