travis: add missing double-quote.

This commit is contained in:
waddlesplash
2020-03-15 18:31:57 -04:00
committed by GitHub
parent 7d39725f66
commit 4a6cc60b2d

View File

@@ -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