From 68bc45701a0a2a07dd03df339d08fd73694a9d25 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 21 Sep 2018 17:17:28 +0200 Subject: [PATCH] travis: don't run testinstall on OSX --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b3b4834b31..007fef9fe3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,9 +43,7 @@ script: #- nimble install jester@#head -y #- nimble install niminst - nim c --taintMode:on -d:nimCoroutines tests/testament/tester - # Do not run the tests on OSX as OSX does 'testinstall' which *also* runs all the tests! - - if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then tests/testament/tester --pedantic all -d:nimCoroutines; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./koch testinstall; fi + - tests/testament/tester --pedantic all -d:nimCoroutines - nim c -o:bin/nimpretty nimpretty/nimpretty.nim - nim c -r nimpretty/tester.nim - ./koch docs