diff options
| author | Juergen Ryannel <juergen@ryannel.org> | 2020-02-04 14:24:32 +0100 |
|---|---|---|
| committer | Juergen Ryannel <juergen@ryannel.org> | 2020-02-04 14:24:32 +0100 |
| commit | 123a3be3651d98f11dc3b6a5ccfa4e8239555846 (patch) | |
| tree | 4572d6519e79bf2e2280328dfd12c34117c4b417 | |
| parent | ce6860285d01ea4add6f8ded12a51033427ff45a (diff) | |
fix travis ci scriptupstream/2.0.1-patch
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 15c96ea..8b37141 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: python python: - "3.6" install: "pip install -r requirements.txt" -script: ./cli.py test-ci +script: ./cli.py test_ci |
