Skip to content

Commit b8b61f8

Browse files
committed
.travis.yml: Only install moban in moban stage
1 parent d889ed9 commit b8b61f8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,16 @@ stages:
2626
install: pip install flake8
2727
script: flake8
2828

29+
.moban: &moban
30+
<<: *disable_global
31+
python: 2.7
32+
stage: moban
33+
install: pip install moban>=0.0.4
34+
script: make
35+
2936
jobs:
3037
include:
31-
- stage: moban
32-
script:
33-
- make
34-
- git diff --exit-code
38+
- *moban
3539
- *lint
3640

3741
stage: test

0 commit comments

Comments
 (0)