From dcc240936e75a46942496233e8bc6ad90d7aa30a Mon Sep 17 00:00:00 2001 From: Kevin Quick Date: Thu, 21 May 2020 13:26:07 -0700 Subject: [PATCH] Update desired test targets for travis build. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index da6b0fcb..ce90ff1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ script: # Here starts the actual work to be performed for the package under test; # any command which exits with a non-zero exit code causes the build to fail. # Build packages - - cabal v2-test --project-file=cabal.project.dist --ghc-options="-Wall -Werror" + - cabal v2-test --project-file=cabal.project.dist --ghc-options="-Wall -Werror" x86 x86_symboli