From c4900f92d4058f7acd903c684f955ece210f80b0 Mon Sep 17 00:00:00 2001 From: Rick Winfrey Date: Tue, 29 Oct 2019 12:34:56 -0700 Subject: [PATCH] Try running tests for semantic-source within its dir --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 12ea1e630..9901152df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,8 +44,8 @@ script: - cabal v2-run semantic:test - cabal v2-run semantic-core:test - cabal v2-run semantic-python:test -- cabal v2-run semantic-source:test -- cabal v2-run semantic-source:doctest +- cd semantic-source; cabal v2-run semantic-source:test +- cd semantic-source; cabal v2-run semantic-source:doctest # parse-examples is disabled because it slaughters our CI # - cabal v2-run semantic:parse-examples