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>2018-05-04 18:14:53 +0300
committerTaku Kudo <taku@google.com>2018-05-04 18:14:53 +0300
commit234283c172aba45f5180d5f7dbd94a8b6c34afef (patch)
tree139eed77a02066aa18be00aac3c5d7ad89b6cd07 /.travis.yml
parent3dc6020c977f502c57bcee73c12fad4b24d1b5db (diff)
Update rule for OSX
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 7310550..4939344 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ matrix:
env: IMAGE=ubuntu:rolling COMMAND=build_linux_clang_ubuntu
services: docker
- os: osx
- env: SCRIPT=osx
+ env: IMAGE=native COMMAND=build_osx
script:
- $TRAVIS_BUILD_DIR/test.sh ${IMAGE} ${COMMAND}
env: