Browse Source

Tracis CI: cache Hunter packages properly

cl-refactor
Paweł Bylica 8 years ago
parent
commit
b229ff6f20
No known key found for this signature in database GPG Key ID: 7A0C037434FE77EF
  1. 2
      .travis.yml

2
.travis.yml

@ -13,7 +13,7 @@ matrix:
env: CUDA=OFF
cache:
directories:
- $HOME/.hunter
- $HOME/.hunter/_Base/Cache
before_install:
- if [[ "$CUDA" = ON ]]; then source scripts/install-cuda-trusty.sh; fi
script:

Loading…
Cancel
Save