Skip to content

Commit 7588777

Browse files
committed
Merge branch 'default' of github.com:travis-ci/cpython-builder into default
Conflicts: .travis.yml
2 parents e66108e + f8b741a commit 7588777

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.travis.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ install:
2525
- sudo git pull
2626
- popd
2727

28-
before_script:
29-
- 'export INSTALL_DEST=${INSTALL_DEST:-/opt/python}'
30-
- export LSB_RELEASE=$(lsb_release -rs 2>/dev/null || sw_vers -productVersion | sed 's/^\([0-9][0-9]*.[0-9][0-9]*\).*/\1/')'
31-
- 'export OS_NAME=${OS_NAME:-$((lsb_release -is || echo "osx") | tr "A-Z" "a-z")}'
32-
- 'export ARCH=${ARCH:-$(uname -m)}'
33-
- 'export PACKAGES=${PACKAGES:-pip numpy nose pytest mock wheel}'
34-
35-
script: ./build-python
36-
37-
after_success: ./create-archive
38-
39-
after_failure:
40-
- cat /tmp/python-build.*.log
41-
42-
addons:
43-
artifacts:
44-
paths:
45-
- $LSB_RELEASE/
46-
target_paths:
47-
- /binaries/$OS_NAME/$LSB_RELEASE/$ARCH
28+
before_script:
29+
- 'export INSTALL_DEST=${INSTALL_DEST:-/opt/python}'
30+
- export LSB_RELEASE=$(lsb_release -rs 2>/dev/null || sw_vers -productVersion | sed 's/^\([0-9][0-9]*.[0-9][0-9]*\).*/\1/')'
31+
- 'export OS_NAME=${OS_NAME:-$((lsb_release -is || echo "osx") | tr "A-Z" "a-z")}'
32+
- 'export ARCH=${ARCH:-$(uname -m)}'
33+
- 'export PACKAGES=${PACKAGES:-pip numpy nose pytest mock wheel}'
34+
35+
script: ./build-python
36+
37+
after_success: ./create-archive
38+
39+
after_failure:
40+
- cat /tmp/python-build.*.log
41+
42+
addons:
43+
artifacts:
44+
paths:
45+
- $LSB_RELEASE/
46+
target_paths:
47+
- /binaries/$OS_NAME/$LSB_RELEASE/$ARCH

0 commit comments

Comments
 (0)