We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8c074 commit cec95f0Copy full SHA for cec95f0
.travis.yml
@@ -21,7 +21,7 @@ install:
21
# Test that the box binary is available and ready for our tests
22
- box version
23
# Store the Ortus API Key for forgebox publishing in `master`
24
- - box config set endpoints.forgebox.APIToken=$FORGEBOX_API_TOKEN
+ - box config set endpoints.forgebox.APIToken=$FORGEBOX_API_TOKEN > /dev/null
25
# Startup Server
26
- box server start
27
0 commit comments