From ebc6d3b13cf65070411e4af700a6e4c8bac12b9b Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 14 Mar 2019 13:35:49 +0100 Subject: [PATCH] :wrench: Travis win --- .travis.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 19c0c88a..bad746a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,14 +48,10 @@ compiler: # - clang install: - if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.1 ]; then gem install coveralls-lcov; fi; - - if [ $(uname) != "Linux" ] && [ $(uname) != "Darwin" ]; - then choco install make; - choco install make; - export BUILD_ON_WINDOWS=1; - git clone https://github.com/dlfcn-win32/dlfcn-win32; - cd dlfcn-win32; - make.exe; - cd ..; + - if [ $(uname) != "Linux" ] && [ $(uname) != "Darwin" ]; then + choco install make; + export BUILD_ON_WINDOWS=1; + git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && make.exe; fi; before_script: -- 2.43.0