Skip to content

Commit 42b3519

Browse files
committed
Add prefix to all files related to CI rather than project
1 parent c4286d2 commit 42b3519

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ env:
55
- TEST_DEPENDS="numpy==1.11.1"
66
# params to bdist_wheel. used to set osx build target.
77
- BDIST_PARAMS=""
8+
- CONFIG_PATH="travis_config.sh"
89
- USE_CCACHE=1
910
- PLAT=x86_64
1011
- UNICODE_WIDTH=32
@@ -663,7 +664,7 @@ before_install: |
663664
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export ARCH_FLAGS=" "; fi
664665
source multibuild/travis_steps.sh
665666
# This sets -x
666-
source multibuild_customize.sh
667+
source travis_multibuild_customize.sh
667668
echo $ENABLE_CONTRIB > contrib.enabled
668669
echo $ENABLE_HEADLESS > headless.enabled
669670
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)