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-06-17 10:39:40 +0300
committerTaku Kudo <taku@google.com>2018-06-17 10:39:40 +0300
commit74a7e18077ce32dae9033124514975da2d54da80 (patch)
tree95d4de4cafd2cfc2119b07c2ccad87bd5439b814 /.travis.yml
parent0a30c9bac16369b4463dbbace7163816416e2094 (diff)
Minor fixes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5d5a4c6..398dada 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,12 +20,14 @@ matrix:
env: IMAGE=ubuntu:rolling COMMAND=build_linux_clang_ubuntu
services: docker
- os: linux
+ env: IMAGE=x86_64 COMMAND=make_py_wheel
script:
- - $TRAVIS_BUILD_DIR/make_py_wheel.sh x86_64
+ - $TRAVIS_BUILD_DIR/make_py_wheel.sh ${IMAGE}
services: docker
- os: linux
+ env: IMAGE=i686 COMMAND=make_py_wheel
script:
- - $TRAVIS_BUILD_DIR/make_py_wheel.sh i686
+ - $TRAVIS_BUILD_DIR/make_py_wheel.sh ${IMAGE}
services: docker
- os: osx
osx_image: xcode9.3