Skip to content

Commit 352cabf

Browse files
committed
[#7] Add sudo for make install
1 parent 3d1fa67 commit 352cabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
- sudo apt-get install gfortran
1010
- git clone https://github.com/Axelrod-Python/TourExec.git /tmp/TourExec
1111
- cd /tmp/TourExec
12-
- make install
12+
- sudo make install
1313
install:
1414
- pip install -r requirements.txt
1515
- pip install pytest

0 commit comments

Comments
 (0)