no directory change
This commit is contained in:
parent
407e8dbb8e
commit
31963723d3
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ cache:
|
|||
|
||||
install:
|
||||
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"
|
||||
- mkdir -p ${DEPS_DIR} && cd ${DEPS_DIR}
|
||||
- mkdir -p ${DEPS_DIR}
|
||||
|
||||
- if [[ "${COMPILER}" != "" ]]; then export CXX=${COMPILER}; fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue