From 4a6cc60b2d3113c0b6ee8eb5b91c276758343523 Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Sun, 15 Mar 2020 18:31:57 -0400 Subject: [PATCH] travis: add missing double-quote. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d0573877..b4f5626c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ sudo: false language: python -python: "3.6 +python: "3.6" install: - cd .. && git clone https://github.com/haikuports/haikuporter.git --depth=1 && cd haikuports - PATH=$PATH:../haikuporter && export PATH