This website works better with JavaScript.
Home
Help
Sign In
ben
/
mwparserfromhell
mirror of
https://github.com/earwig/mwparserfromhell
Watch
1
Star
1
Fork
0
Code
Releases
24
Activity
Browse Source
Put -q earlier so Travis generates fewer messages.
tags/v0.4
Ben Kurtovic
10 years ago
parent
fb16781659
commit
efcd59e097
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@@ -6,4 +6,4 @@ python:
- "3.3"
- "3.4"
install: python setup.py build
script: python setup.py test
-q
script: python setup.py
-q
test
Write
Preview
Loading…
Cancel
Save