Skip to content

Commit

Permalink
Silly typo in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stavrospapadopoulos committed Jan 25, 2017
1 parent c6b93da commit 72ee565
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ install:
# Install lcov to coveralls conversion + upload tool
- gem install coveralls-lcov
# Build TileDB
- echo $TILEDB_BUILD_DIR
- rm -rf * $TILEDB_BUILD_DIR
- rm -rf $TILEDB_BUILD_DIR
- mkdir -p $TILEDB_BUILD_DIR
- cd $TILEDB_BUILD_DIR
- ls ..
- cmake .. -DCMAKE_BUILD_TYPE=Coverage
- make -j 4

Expand Down

0 comments on commit 72ee565

Please sign in to comment.