Skip to content

Commit

Permalink
Reinstate coveralls test coverage reporting
Browse files Browse the repository at this point in the history
* Was accidentally removed as part of #198
  • Loading branch information
PragTob committed May 11, 2017
1 parent d4c17a1 commit 8604fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ before_script:
- bash $TRAVIS_BUILD_DIR/test/tools/start_webdriver.sh

script:
- mix test
- mix coveralls.travis
- # skip dialyzer for elixir 1.4 and erlang 18 as it produces weird errors, see #69
- if [ -z ${WALLABY_DRIVER} ] && ! ([[ "$TRAVIS_ELIXIR_VERSION" == "1.4"* ]] && [[ "$TRAVIS_OTP_RELEASE" == "18"* ]]); then mix dialyzer --halt-exit-status; fi

Expand Down

0 comments on commit 8604fe1

Please sign in to comment.