Skip to content

Commit

Permalink
windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Mar 1, 2019
1 parent 0d9b293 commit 033fee0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ env:

matrix:
include:
- os: linux
env: TEST_SUITE=config-libwallet-apiwallet
- os: linux
env: TEST_SUITE=refwallet-.
- os: osx
env: TEST_SUITE=release
# - os: windows
# - os: linux
# env: TEST_SUITE=config-libwallet-apiwallet
# - os: linux
# env: TEST_SUITE=refwallet-.
# - os: osx
# env: TEST_SUITE=release
- os: windows
env: TEST_SUITE=release

script:
- IFS='-' read -r -a DIRS <<< "$TEST_SUITE"; DIR=${DIRS[0]};
Expand Down

0 comments on commit 033fee0

Please sign in to comment.