Browse Source

added versions output to Travis CI log #534

Boris Kostenko 8 years ago
parent
commit
7123faff9f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -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: