diff options
| author | tgrogers <[email protected]> | 2018-06-30 23:28:11 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-06-30 23:28:11 -0400 |
| commit | f3ac4292a9a0514f2bb48a27e72df1fa7ebba64a (patch) | |
| tree | 8f8f28454d4e4830bf85cbca657a3f5726ec542b | |
| parent | 5a6957fa2a45cd1856550e9426cb6bd743f19e98 (diff) | |
Explicitly calling out CUDA in the 480 build too
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fee1c91..29bb808 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,9 @@ language: cpp matrix: include: - services: docker - env: CONFIG=configs.gtx480.yml + env: + - CONFIG=configs.gtx480.yml + - CUDA_INSTALL_PATH=/usr/local/cuda-4.2/ # This config is just taking far too long... # - services: docker # env: |
