Skip to content

Commit

Permalink
preview build
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Feb 26, 2019
1 parent 3ba3ac2 commit 6a196ff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Expand Up @@ -40,16 +40,16 @@ env:

matrix:
include:
# - os: linux
# env: TEST_SUITE=integration
# - 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=integration
- 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 6a196ff

Please sign in to comment.