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 <taku910@users.noreply.github.com>2018-05-05 05:53:22 +0300
committerGitHub <noreply@github.com>2018-05-05 05:53:22 +0300
commit73efef6430f6703b448d4134c7526745b31598f1 (patch)
tree4eab82fa2b64baa53efd470fff205daae989d4d5 /.travis.yml
parentde74d757870fb4ff79e7728a96df7d421460739b (diff)
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3e46627..5a6c953 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,9 @@ matrix:
env: IMAGE=i386/ubuntu:rolling COMMAND=build_linux_gcc_ubuntu
services: docker
- os: linux
+ env: IMAGE=ubuntu:xenial COMMAND=build_linux_gcc_ubuntu
+ services: docker
+ - os: linux
env: IMAGE=debian:stable COMMAND=build_linux_gcc_debian
services: docker
- os: linux