Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdca879

Browse files
committed
CI: move travis files to one directory under ci
1 parent 99e71f7 commit cdca879

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ matrix:
5050
- python: "nightly"
5151

5252
before_install:
53-
- source tools/travis_tools.sh
53+
- source ci/travis/travis_tools.sh
5454
# Install into our own pristine virtualenv
5555
- virtualenv --python=python venv
5656
- source venv/bin/activate
@@ -90,7 +90,7 @@ install:
9090
fc-cache -f -v
9191
else
9292
# Use the special local version of freetype for testing
93-
cp .travis/setup.cfg .
93+
cp ci/travis/setup.cfg .
9494
fi;
9595
9696
- pip install -e .
@@ -130,10 +130,10 @@ after_success:
130130
if [[ $TRAVIS_PULL_REQUEST == false && $TRAVIS_REPO_SLUG == 'matplotlib/matplotlib' && $BUILD_DOCS == true && $TRAVIS_BRANCH == 'master' ]]; then
131131
cd $TRAVIS_BUILD_DIR
132132
echo "Uploading documentation"
133-
openssl aes-256-cbc -K $encrypted_cc802e084cd0_key -iv $encrypted_cc802e084cd0_iv -in .travis/matplotlibDeployKey.enc -out .travis/matplotlibDeployKey -d
133+
openssl aes-256-cbc -K $encrypted_cc802e084cd0_key -iv $encrypted_cc802e084cd0_iv -in ci/travis/matplotlibDeployKey.enc -out ci/travis/matplotlibDeployKey -d
134134
eval `ssh-agent -s`
135-
chmod 600 .travis/matplotlibDeployKey
136-
ssh-add .travis/matplotlibDeployKey
135+
chmod 600 ci/travis/matplotlibDeployKey
136+
ssh-add ci/travis/matplotlibDeployKey
137137
cd ..
138138
git clone [email protected]:matplotlib/devdocs.git
139139
cd devdocs
@@ -154,12 +154,12 @@ after_success:
154154
[[ $TRAVIS_REPO_SLUG == 'matplotlib/matplotlib' ]] && \
155155
[[ $TRAVIS_BRANCH == 'master' ]]; then
156156
cd $TRAVIS_BUILD_DIR
157-
python .travis/travis_after_all.py
157+
python ci/travis/travis_after_all.py
158158
export $(cat .to_export_back)
159159
if [ "$BUILD_LEADER" = "YES" ]; then
160160
if [ "$BUILD_AGGREGATE_STATUS" = "others_succeeded" ]; then
161161
echo "All Succeeded! Triggering OSX build..."
162-
./.travis/build_children.sh
162+
./ci/travis/build_children.sh
163163
else
164164
echo "Some Failed; no OSX build"
165165
fi
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)