Skip to content

Commit

Permalink
No longer run 'dead code' in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Jun 12, 2019
1 parent e9515b3 commit 0120ebd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis/spago--build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ spago test -m Test.RandomNumber.ReaderT.Standard.DifferentMonad
RANDOM_TEST_READERT_DIFFERENT=$?
spago test -m Test.RandomNumber.ReaderT.Standard.SameMonad
RANDOM_TEST_READERT_SAME=$?
spago test -m Test.RandomNumber.Run.Standard
RANDOM_TEST_RUN_STANDARD=$?
spago test -m Test.RandomNumber.Run.Layered
RANDOM_TEST_RUN_LAYERED=$?

spago test -m Test.ToC.MainLogic.QuickCheckTest
TOC_TEST_MAIN_LOGIC_BOTH=$?
Expand Down Expand Up @@ -147,8 +143,6 @@ echo "$HELLO_EXAMPLE_NUMBER_COMPARISON_RUN - Hello World - Application Structure
echo "$PROJECTS_BUILT_OK - Projects - All - Builds Correctly"
echo "$RANDOM_TEST_READERT_DIFFERENT - Projects - RandomNumber - ReaderT Test (Different)"
echo "$RANDOM_TEST_READERT_SAME - Projects - RandomNumber - ReaderT Test (Same)"
echo "$RANDOM_TEST_RUN_STANDARD - Projects - RandomNumber - Run Test (Standard)"
echo "$RANDOM_TEST_RUN_LAYERED - Projects - RandomNumber - Run Test (Layered)"
echo "$TOC_TEST_MAIN_LOGIC_BOTH - Projects - ToC - Main - Both"
echo "$TOC_TEST_PARSER_LOGIC_BOTH - Projects - ToC - Parser - Both"

Expand All @@ -172,8 +166,6 @@ if [ $SYNTAX_BASIC == 0 ] &&
[ $PROJECTS_BUILT_OK == 0 ] &&
[ $RANDOM_TEST_READERT_DIFFERENT == 0 ] &&
[ $RANDOM_TEST_READERT_SAME == 0 ] &&
[ $RANDOM_TEST_RUN_STANDARD == 0 ] &&
[ $RANDOM_TEST_RUN_LAYERED == 0 ] &&
[ $TOC_TEST_MAIN_LOGIC_BOTH == 0 ] &&
[ $TOC_TEST_PARSER_LOGIC_BOTH == 0 ]
then
Expand Down

0 comments on commit 0120ebd

Please sign in to comment.