diff options
| author | Deval Shah <[email protected]> | 2018-11-09 22:04:13 -0800 |
|---|---|---|
| committer | Deval Shah <[email protected]> | 2018-11-09 22:04:13 -0800 |
| commit | f9a626f93d891b553c11bb86172b41ccc1deb569 (patch) | |
| tree | 3949a1f5600e5e42f7c3365909fb1c6a39ca7187 | |
| parent | b7a6f01848a35f777111dfb8e4a508ccb8f4739d (diff) | |
modified CHANGES file
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b38f468..5f9e964 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ matrix: - services: docker env: - CONFIG=GTX480 - - CUDA_INSTALL_PATH=/usr/local/cuda-4.2/ - - PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-4.2/ + - CUDA_INSTALL_PATH=/usr/local/cuda-9.1/ + - PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-9.1/ - services: docker env: - CONFIG=TITANV |
