diff --git a/.travis.yml b/.travis.yml index 2061e665..23b20d92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,18 +51,18 @@ env: matrix: include: -# - os: linux -# env: CI_JOB="test" CI_JOB_ARGS="config libwallet api" -# - os: linux -# env: CI_JOB="test" CI_JOB_ARGS="impls" -# - os: linux -# env: CI_JOB="test" CI_JOB_ARGS="controller ." -# - 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="config libwallet api" + - os: linux + env: CI_JOB="test" CI_JOB_ARGS="impls" + - os: linux + env: CI_JOB="test" CI_JOB_ARGS="controller ." + - 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