Skip to content

Commit

Permalink
reset windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Apr 1, 2019
1 parent b2420d1 commit 9e8210c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 57 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
42 changes: 1 addition & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cursive = { version = "0.11.0", default-features = false, features = ["pancurses
version = "0.16.0"
features = ["win32"]
[target.'cfg(unix)'.dependencies]
cursive = "0.10.0"
cursive = "0.11.0"

[build-dependencies]
built = "0.3"
Expand Down

0 comments on commit 9e8210c

Please sign in to comment.