Skip to content

Commit

Permalink
NOMERGE tmp debug and disable non-S3 travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Sep 3, 2019
1 parent 502788e commit 2220b6e
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ services: docker

matrix:
include:
- os: linux

- os: linux
env: TILEDB_TBB="OFF"

- os: linux
env: TILEDB_HDFS="ON"

# - os: linux
#
# - os: linux
# env: TILEDB_TBB="OFF"
#
# - os: linux
# env: TILEDB_HDFS="ON"
#
- os: linux
env: TILEDB_S3="ON"

- os: osx
#
# - os: osx

before_install:
- git clone https://github.com/TileDB-Inc/TileDB-Unit-Test-Arrays.git test/inputs/arrays/read_compatibility_test
Expand Down Expand Up @@ -79,6 +79,7 @@ install:
fi

script:
- docker logs `docker ps -q`
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
make check-format;
fi
Expand Down

0 comments on commit 2220b6e

Please sign in to comment.