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 Jun 7, 2020
1 parent 3740cd5 commit f09a540
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ matrix:
- jdk: openjdk8
- jdk: oraclejdk9

install:
- make dcurl

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 f09a540

Please sign in to comment.