summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcclauss <cclauss@bluewin.ch>2018-10-11 21:49:27 +0200
committerGitHub <noreply@github.com>2018-10-11 21:49:27 +0200
commit5a0746f7a87a399a36263e57c7c92faa47c34dc7 (patch)
treef8dcee4b86d86f71f964575b815f4848fece34f1
parent15913d9457cde95bb0b2c92ee19ff6a8f1321833 (diff)
downloadpexpect-5a0746f7a87a399a36263e57c7c92faa47c34dc7.tar.gz
Travis CI: Insert the missing ':'
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8b9b7cd..217c443 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ python:
matrix:
include:
- - python 3.7
+ - python: 3.7
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
allow_failures: