Fix .travis.yml.

This commit is contained in:
Daniel Perez 2016-06-12 15:56:11 +09:00
parent f5d9d07111
commit 4d6f1d606f
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
language: c language: c
script: asdf plugin-test python https://github.com/tuvistavie/asdf-python.git script: asdf plugin-test python https://github.com/tuvistavie/asdf-python.git
before_script: before_script:
- git clone https://github.com/tuvistavie/asdf.git --branch plugin-test asdf - git clone https://github.com/tuvistavie/asdf.git --branch test-latest-version-install asdf
- . asdf/asdf.sh - . asdf/asdf.sh
os: os:
- linux - linux

View file

@ -19,6 +19,7 @@ install_python() {
# because we don't want to disturb current working dir # because we don't want to disturb current working dir
( (
cd $(dirname $source_path) cd $(dirname $source_path)
echo $source_path
tar zxf $source_path || exit 1 tar zxf $source_path || exit 1
cd "Python-${version}" cd "Python-${version}"