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-06-19 20:07:01 +0300
committerGitHub <noreply@github.com>2018-06-19 20:07:01 +0300
commit0fd7f6b33188434c63b164cd46e6c831419065d3 (patch)
tree1f12e53fd1931235a48501b91e61dc6aba50c215 /.travis.yml
parent425468daf2662a28322efb43218276ef4466b311 (diff)
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 398dada..da1c3e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,6 +32,12 @@ matrix:
- os: osx
osx_image: xcode9.3
env: IMAGE=native COMMAND=build_osx
+ - os: osx
+ osx_image: xcode9.4
+ env: IMAGE=native COMMAND=build_osx
+ - os: osx
+ osx_image: xcode9.2
+ env: IMAGE=native COMMAND=build_osx
script:
- $TRAVIS_BUILD_DIR/test.sh ${IMAGE} ${COMMAND}
env: