Skip to content

Commit dc5dac8

Browse files
committed
publish command must use sudo
1 parent 91e198b commit dc5dac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ deploy:
5050
acl: public_read
5151

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

5555
notifications:
5656
slack:

0 commit comments

Comments
 (0)