Skip to content

Commit 9fd0cff

Browse files
committed
Updates travis
1 parent 7ce7e70 commit 9fd0cff

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
@@ -4,6 +4,6 @@ compiler:
44
before_install:
55
- sudo pip install cpp-coveralls
66
script:
7-
- cd tsp && make
7+
- cd TSPSolver && make
88
after_success:
99
- coveralls --exclude lib --exclude tests --gcov-options '\-lp'

0 commit comments

Comments
 (0)