File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ install:
19
19
# Install Commandbox
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
- - sudo box version
22
+ - box version
23
23
# Store the Ortus API Key for forgebox publishing in `master`
24
- - sudo box config set endpoints.forgebox.APIToken=$FORGEBOX_API_TOKEN
24
+ - box config set endpoints.forgebox.APIToken=$FORGEBOX_API_TOKEN
25
25
# Startup Server
26
- - sudo box server start
26
+ - box server start
27
27
28
28
script :
29
29
# Execute build via ANT
@@ -50,7 +50,7 @@ deploy:
50
50
acl : public_read
51
51
52
52
after_deploy :
53
- - cd $TRAVIS_BUILD_DIR/build && sudo box forgebox publish
53
+ - cd $TRAVIS_BUILD_DIR/build && box forgebox publish
54
54
55
55
notifications :
56
56
slack :
You can’t perform that action at this time.
0 commit comments