Skip to content

Commit 2e89c1c

Browse files
committed
fixed travis build by installing dependencies
1 parent 35e4cb7 commit 2e89c1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ install:
2020
- sudo apt-get update && sudo apt-get --assume-yes install commandbox
2121
# Test that the box binary is available and ready for our tests
2222
- box version
23+
# Install Dependencies
24+
- box install
2325
# Store the Ortus API Key for forgebox publishing in `master`
2426
- box config set endpoints.forgebox.APIToken=$FORGEBOX_API_TOKEN > /dev/null
2527
# Startup Server
@@ -28,7 +30,7 @@ install:
2830
script:
2931
# Execute build via ANT
3032
- 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
3234
# Spit out log just in case we need to debug
3335
- box server log
3436

0 commit comments

Comments
 (0)