Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
Fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Apr 12, 2015
1 parent a71fc28 commit ca92aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ install:
script:
# download all
- build.py --toolchain ${TOOLCHAIN} --config ${CONFIG} --verbose --fwd HUNTER_RUN_INSTALL=ON
# if run generate again, no download needed
- build.py --toolchain ${TOOLCHAIN} --config ${CONFIG} --verbose
# if run generate again, no download needed (clear since argument HUNTER_RUN_INSTALL missing)
- build.py --toolchain ${TOOLCHAIN} --config ${CONFIG} --verbose --clear

0 comments on commit ca92aa1

Please sign in to comment.