You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if [[ ! -d $HOME/proper/.git ]]; then git clone --depth=50 --branch=master https://github.com/manopapad/proper.git $HOME/proper && cd $HOME/proper && make fast; fi
- cd $TRAVIS_BUILD_DIR
script:
- # make compile-test
- # make eunit
- make deps
- ERL_LIBS="$HOME/proper" ERLC_OPTS='-DPROPER' make compile-test
- ERL_LIBS="$HOME/proper" make eunit
after_success:
- if [[ "$TRAVIS_REPO_SLUG" == '2600hz/kazoo' ]]; then make coverage-report; fi