Skip to content

Commit

Permalink
Fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ke Zhu committed Feb 5, 2020
1 parent 314a11f commit 7b5ab59
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
services:
- docker

env:
global:
- PRESTOSQL_RELEASE=329

install:
- curl -LO https://github.com/IBM/presto-db2/releases/download/325/presto-db2-329.zip
- unzip presto-db2-329.zip
- curl -LO https://github.com/IBM/presto-db2/releases/download/${PRESTOSQL_RELEASE}/presto-db2-${PRESTOSQL_RELEASE}.zip
- unzip presto-db2-${PRESTOSQL_RELEASE}.zip

before_script:
curl -LO https://storage.googleapis.com/container-structure-test/latest/container-structure-test-linux-amd64 &&
Expand Down

0 comments on commit 7b5ab59

Please sign in to comment.