Unverified Commit 670b843b by Francisco Giordano Committed by GitHub

Merge pull request #553 from limexp/fix/534-ci-versions-info

added versions output to Travis CI log #534
parents 070d25dc 7123faff
...@@ -13,6 +13,9 @@ matrix: ...@@ -13,6 +13,9 @@ matrix:
fast_finish: true fast_finish: true
allow_failures: allow_failures:
- env: SOLIDITY_COVERAGE=true - env: SOLIDITY_COVERAGE=true
before_script:
- truffle version
- yarn list
script: script:
- yarn test - yarn test
notifications: notifications:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment