travis: shortcut
This commit is contained in:
parent
d0f7b405a6
commit
5d51bdde7a
1 changed files with 2 additions and 5 deletions
|
@ -55,13 +55,10 @@ matrix:
|
||||||
env: JOBS=4 CXX="ccache clang++ -Qunused-arguments"
|
env: JOBS=4 CXX="ccache clang++ -Qunused-arguments"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- source scripts/travis-common.sh
|
||||||
# workaround travis rvm bug
|
# workaround travis rvm bug
|
||||||
# http://superuser.com/questions/1044130/why-am-i-having-how-can-i-fix-this-error-shell-session-update-command-not-f
|
# http://superuser.com/questions/1044130/why-am-i-having-how-can-i-fix-this-error-shell-session-update-command-not-f
|
||||||
- |
|
- on 'osx' rvm get head || true
|
||||||
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
|
||||||
rvm get head || true
|
|
||||||
fi
|
|
||||||
- source scripts/travis-common.sh
|
|
||||||
- export PATH=${PREFIX}/bin:$(pwd)/mason_packages/.link/bin:${PATH}
|
- export PATH=${PREFIX}/bin:$(pwd)/mason_packages/.link/bin:${PATH}
|
||||||
- export COVERAGE=${COVERAGE:-false}
|
- export COVERAGE=${COVERAGE:-false}
|
||||||
- export BENCH=${BENCH:-false}
|
- export BENCH=${BENCH:-false}
|
||||||
|
|
Loading…
Reference in a new issue