Skip to content

Commit

Permalink
tweak for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Apr 1, 2019
1 parent 5cb8025 commit 17f0ea3
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 17f0ea3

Please sign in to comment.