We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce7e70 commit 9fd0cffCopy full SHA for 9fd0cff
.travis.yml
@@ -4,6 +4,6 @@ compiler:
4
before_install:
5
- sudo pip install cpp-coveralls
6
script:
7
- - cd tsp && make
+ - cd TSPSolver && make
8
after_success:
9
- coveralls --exclude lib --exclude tests --gcov-options '\-lp'
0 commit comments