diff options
author | Isaac Muse <faceless.shop@gmail.com> | 2017-01-11 09:16:01 -0700 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2017-01-11 11:16:01 -0500 |
commit | c10cfff946e17be7dedd39540ddad2241b1af292 (patch) | |
tree | ea9376752fd954ae0f13fd499e09e1c443849ec3 | |
parent | 88a97b9fc0a6dfa5c872d135c613496bb71e5cc4 (diff) | |
download | markdown-c10cfff946e17be7dedd39540ddad2241b1af292.tar.gz markdown-c10cfff946e17be7dedd39540ddad2241b1af292.tar.bz2 markdown-c10cfff946e17be7dedd39540ddad2241b1af292.zip |
Fix aspell silently failing (#523)
Travis should checkout aspell-en (issue #521)
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0038bdc..1badcef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ addons: packages: - libtidy-0.99-0 - aspell + - aspell-en install: - pip install tox - pip install coveralls |