We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471f908 commit 35e4cb7Copy full SHA for 35e4cb7
.travis.yml
@@ -28,6 +28,7 @@ install:
28
script:
29
# Execute build via ANT
30
- ant -DisTravis=true -Dbuild.number=$TRAVIS_BUILD_NUMBER -f workbench/build.xml
31
+ - curl http://localhost:49616/tests/runner.cfm > log.html && cat log.html
32
# Spit out log just in case we need to debug
33
- box server log
34
0 commit comments