Browse Source

More Travis debugging

Steven Smith 9 years ago
parent
commit
fe39d7632d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -181,9 +181,12 @@ before_install:
   # but it requires —-allow-external and -—allow-unverified
   - pip install progressbar==2.2
   - pip install requests
+
+install:
   # Configure Travis-CI build environment for TFB
   #   e.g. setup databases, users, etc
   - ./toolset/run-ci.py cisetup "$TESTDIR"
+  - cat ./benchmark.cfg
 
 addons:
   postgresql: "9.3"