Skip to content

Commit

Permalink
CI: Install customized project
Browse files Browse the repository at this point in the history
Avoid caching problem on Travis CI.

DO NOT MERGE
  • Loading branch information
marktwtn committed Mar 26, 2020
1 parent a89290e commit b9d4004
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ matrix:
- jdk: openjdk8
- jdk: oraclejdk9

install:
- make dcurl
- make rocksdb

script:
#run tests and integration tests
# see https://stackoverflow.com/questions/34405047/how-do-you-merge-into-another-branch-using-travis-with-git-commands?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa
Expand Down

0 comments on commit b9d4004

Please sign in to comment.