Skip to content

Commit b29697e

Browse files
committed
[#7] Fix typo in .travis.yml
1 parent b88691e commit b29697e

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 @@ install:
99
- pip install -r requirements.txt
1010
- pip install pytest
1111
- git clone https://github.com/Axelrod-Python/TourExec.git /tmp/TourExec
12-
- cd tmp/TourExec
12+
- cd /tmp/TourExec
1313
- make install
1414
script:
1515
- pytest

0 commit comments

Comments
 (0)