Skip to content

Commit 05eb9c4

Browse files
committed
remove sudo
1 parent dc5dac8 commit 05eb9c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ install:
1919
# Install Commandbox
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
22-
- sudo box version
22+
- box version
2323
# 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
2525
# Startup Server
26-
- sudo box server start
26+
- box server start
2727

2828
script:
2929
# Execute build via ANT
@@ -50,7 +50,7 @@ deploy:
5050
acl: public_read
5151

5252
after_deploy:
53-
- cd $TRAVIS_BUILD_DIR/build && sudo box forgebox publish
53+
- cd $TRAVIS_BUILD_DIR/build && box forgebox publish
5454

5555
notifications:
5656
slack:

0 commit comments

Comments
 (0)