diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-26 12:39:53 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-26 12:39:53 +1000 |
| commit | 5567d576c47aa0171ab0d36ad28009eb4aad0fac (patch) | |
| tree | 4a319ee2eed1f2848f3f8a0b9bd9ab81eefcc88f /.travis.yml | |
| parent | c7b18d8f0eed88b8fcd4c0916d337f4b77adf173 (diff) | |
General: Fix travis
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8090012..46e5aaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ install: script: - flake8 pywal setup.py - - pylint -ignore-imports=yes pywal setup.py + - pylint --ignore-imports=yes pywal setup.py |
