File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ install:
20
20
- sudo apt-get update && sudo apt-get --assume-yes install commandbox
21
21
# Test that the box binary is available and ready for our tests
22
22
- box version
23
+ # Install Dependencies
24
+ - box install
23
25
# Store the Ortus API Key for forgebox publishing in `master`
24
26
- box config set endpoints.forgebox.APIToken=$FORGEBOX_API_TOKEN > /dev/null
25
27
# Startup Server
@@ -28,7 +30,7 @@ install:
28
30
script :
29
31
# Execute build via ANT
30
32
- 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
33
+ # - curl http://localhost:49616/tests/runner.cfm > log.html && cat log.html
32
34
# Spit out log just in case we need to debug
33
35
- box server log
34
36
You can’t perform that action at this time.
0 commit comments