Skip to content

Commit b2429e7

Browse files
committed
use sudo
1 parent 0ef1795 commit b2429e7

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.travis.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@ compiler:
77

88
matrix:
99
include:
10-
- name: CUDA 8
11-
env:
12-
- CUDA=8.0.61-1
13-
- CUDA_SHORT=8.0
14-
- UBUNTU_VERSION=ubuntu1804
15-
dist: bionic
16-
- name: CUDA 9
17-
env:
18-
- CUDA=9.2.148-1
19-
- CUDA_SHORT=9.2
20-
- UBUNTU_VERSION=ubuntu1804
21-
dist: bionic
2210
- name: CUDA 10
2311
env:
2412
- CUDA=10.1.105-1
@@ -52,4 +40,4 @@ before_install:
5240
- python3.6 -m grpc_tools.protoc --python_out cusim/ --proto_path cusim/proto/ config.proto
5341

5442
script:
55-
- python3.6 setup.py install
43+
- sudo python3.6 setup.py install

0 commit comments

Comments
 (0)