Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2017-03-08 14:32:21 +0300
committerTaku Kudo <taku@google.com>2017-03-08 14:32:21 +0300
commit7b6ee5127bfbed70f69eae087a6c09a95fed1077 (patch)
treed197eec6ec7b76a8b9bef6903f98d870c1b6146a /.travis.yml
parentc7741e7736fff86284f166e2a5a2f2603df4e153 (diff)
Changed the root dir
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 20eb923..ae36835 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,4 +28,4 @@ script:
- ./configure && make && make check
- if [ "$CXX" = "g++-4.8" ]; then ./configure --enable-gcov && make && make check; fi
after_success:
- - if [ "$CXX" = "g++-4.8" ]; then coveralls --root './src' --exclude-pattern '.*(include|usr|test|third_party|pb).*' --gcov-options '\-lp'; fi
+ - if [ "$CXX" = "g++-4.8" ]; then coveralls --exclude-pattern '.*(include|usr|test|third_party|pb).*' --gcov-options '\-lp'; fi