8000 Specify paths absolutely · python/python-docs-ja@e43f1bb · GitHub
[go: up one dir, main page]

Skip to content

Commit e43f1bb

Browse files
committed
Specify paths absolutely
1 parent b23156e commit e43f1bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ env:
1717
# Directory where repositories are cloned
1818
- BASEDIR="$(dirname ${TRAVIS_BUILD_DIR})"
1919
before_install:
20-
- bash ./scripts/before_install_3.7
20+
- bash ${TRAVIS_BUILD_DIR}/scripts/before_install_3.7
2121
install:
2222
- pip install sphinx
2323
- pip install blurb
2424
- pip install transifex-client
2525
- pip install sphinx-intl
2626
script:
2727
# upload-catalog
28-
- bash ./scripts/upload-catalog
28+
- bash ${TRAVIS_BUILD_DIR}/scripts/upload-catalog
2929
# renew-catalog-template
30-
- bash ./scripts/renew-catalog-template
30+
- bash ${TRAVIS_BUILD_DIR}/scripts/renew-catalog-template

0 commit comments

Comments
 (0)
0