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 10:39:22 +0300
committerTaku Kudo <taku@google.com>2017-03-08 10:39:22 +0300
commit4e3e2a4007fe21eaea042c6fb99d2db2d34e18a2 (patch)
tree1853c8c67c37a57dea1da2fea5c297661ff52f8a /.travis.yml
parentbed8649cfee7c4cad771ad24f07004b36ed4a254 (diff)
added gnulib to .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 51b5250..3d43e2a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,7 @@ addons:
- libprotobuf-c++
- protobuf-compiler
- libprotobuf-dev
+ - gnulib
script:
- ./autogen.sh
- ./configure && make && make check