From 17f0ea31df10df7d3f164a766ffdd8b7bf453e67 Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Mon, 1 Apr 2019 12:28:02 +0100 Subject: [PATCH] tweak for windows build --- .travis.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index 911de6a5a..e7f84a460 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,22 +51,22 @@ env: matrix: include: - - os: linux - env: CI_JOB="test" CI_JOB_ARGS="servers" - - os: linux - env: CI_JOB="test" CI_JOB_ARGS="chain core" - - os: linux - env: CI_JOB="test" CI_JOB_ARGS="pool p2p src" - - os: linux - env: CI_JOB="test" CI_JOB_ARGS="keychain" - - os: linux - env: CI_JOB="test" CI_JOB_ARGS="api util store" - - os: linux - env: CI_JOB="release" CI_JOB_ARGS= - - os: osx - env: CI_JOB="release" CI_JOB_ARGS= -# - os: windows +# - os: linux +# env: CI_JOB="test" CI_JOB_ARGS="servers" +# - os: linux +# env: CI_JOB="test" CI_JOB_ARGS="chain core" +# - os: linux +# env: CI_JOB="test" CI_JOB_ARGS="pool p2p src" +# - os: linux +# env: CI_JOB="test" CI_JOB_ARGS="keychain" +# - os: linux +# env: CI_JOB="test" CI_JOB_ARGS="api util store" +# - os: linux # env: CI_JOB="release" CI_JOB_ARGS= +# - os: osx +# env: CI_JOB="release" CI_JOB_ARGS= + - os: windows + env: CI_JOB="release" CI_JOB_ARGS= script: .ci/general-jobs