Skip to content

Commit

Permalink
travis-ci: We don't use "artifacts" so turn it off
Browse files Browse the repository at this point in the history
We are getting all sorts of weird warnings on Travis-CI like:
/home/travis/.travis/functions: line 556: /bin/cat: Argument list too long
/home/travis/.travis/functions: line 561: /bin/sleep: Argument list too long

which (according to google) comes from ARTIFACTS_PATHS not being set
properly. However, we are not doing artifacts, we are doing deployments.

https://docs.travis-ci.com/user/uploading-artifacts/
https://docs.travis-ci.com/user/deployment/releases/
https://docs.travis-ci.com/user/deployment/script/

Since we aren't doing artifacts - turn it off.

Signed-off-by: Robin Getz <[email protected]>
  • Loading branch information
rgetz committed Jun 15, 2020
1 parent eaaf588 commit 8678898
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ matrix:
- TRIGGER_NEXT_BUILD=true

addons:
artifacts: true
ssh_known_hosts:
secure: "q0dQ9MrhnOCo031McxSdQIqw4N6tEyAZLq7mdbWkAJcXOh/CX58NjFvcdSfamleDUYRmg7KpCZPPgnbx2JtqVvWJv8aNnr67CE1GIjRP1Fxh2WaKS+VK+I6rro7GwCO2C9d+uffCt63LfZKqddF1T7vMI2IgHcu9irc5LCuw6Wo="

Expand Down

0 comments on commit 8678898

Please sign in to comment.