From 1c9ce5912f2a6a448bbc9220f2c68759c1fead1d Mon Sep 17 00:00:00 2001 From: Olemis Lang Date: Thu, 12 Dec 2019 19:48:59 -0500 Subject: [PATCH] [ci] refs #135 - Fix indentation error in Travis script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f4f4ee10..f5506d62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ matrix: - DEFAULT_TARGET=android-emulator make build-docker - make lint - make test - - make test-cover-travis + - make test-cover-travis - stage: Linux install: - make install-docker-deps