Skip to content

Commit

Permalink
travis: shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
lightmare committed Aug 25, 2018
1 parent d0f7b40 commit 5d51bdd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -55,13 +55,10 @@ matrix:
env: JOBS=4 CXX="ccache clang++ -Qunused-arguments"

before_install:
- source scripts/travis-common.sh
# 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
- |
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
rvm get head || true
fi
- source scripts/travis-common.sh
- on 'osx' rvm get head || true
- export PATH=${PREFIX}/bin:$(pwd)/mason_packages/.link/bin:${PATH}
- export COVERAGE=${COVERAGE:-false}
- export BENCH=${BENCH:-false}
Expand Down

0 comments on commit 5d51bdd

Please sign in to comment.