tests: rename .travis -> .ci, move Azure config into .ci

issue510
David Wilson 6 years ago
parent 4b61e5af02
commit 3f414d5967

@ -19,10 +19,10 @@ install:
script: script:
- | - |
if [ -f "${TRAVIS_BUILD_DIR}/.travis/${MODE}_tests.sh" ]; then if [ -f "${TRAVIS_BUILD_DIR}/.ci/${MODE}_tests.sh" ]; then
${TRAVIS_BUILD_DIR}/.travis/${MODE}_tests.sh; ${TRAVIS_BUILD_DIR}/.ci/${MODE}_tests.sh;
else else
${TRAVIS_BUILD_DIR}/.travis/${MODE}_tests.py; ${TRAVIS_BUILD_DIR}/.ci/${MODE}_tests.py;
fi fi

Loading…
Cancel
Save