We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23156e commit e43f1bbCopy full SHA for e43f1bb
.travis.yml
@@ -17,14 +17,14 @@ env:
17
# Directory where repositories are cloned
18
- BASEDIR="$(dirname ${TRAVIS_BUILD_DIR})"
19
before_install:
20
-- bash ./scripts/before_install_3.7
+- bash ${TRAVIS_BUILD_DIR}/scripts/before_install_3.7
21
install:
22
- pip install sphinx
23
- pip install blurb
24
- pip install transifex-client
25
- pip install sphinx-intl
26
script:
27
# upload-catalog
28
-- bash ./scripts/upload-catalog
+- bash ${TRAVIS_BUILD_DIR}/scripts/upload-catalog
29
# renew-catalog-template
30
-- bash ./scripts/renew-catalog-template
+- bash ${TRAVIS_BUILD_DIR}/scripts/renew-catalog-template
0 commit comments