We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc0ee8 commit 145a2caCopy full SHA for 145a2ca
.travis.yml
@@ -41,6 +41,9 @@ env:
41
- secure: "V62QbNAT4SfRSUUEE1nlpx9UmjBnW54SnMf+ZR4stM+kBZxZUT7u3XatOABNupb052xJTYGISEjPqXDZ4VqOjM6fUu902LOCCZ0U1ojyOUdpai2gFz2ajtMTzg7MFXFFuYytZ9KRSalKLOzRylXroZVJK7DUtC9NMih6dCANvbA="
42
43
before_install:
44
+ # Make sure package list is up to date before we start anything else
45
+ - "sudo apt-get update -qq"
46
+
47
# Use s3cmd to communicate with AWS S3, s3cmd uses ~/.s3cfg for keys and config...
48
- "sudo apt-get install -qq s3cmd"
49
# ...so make one based on the ARTIFACTS_AWS_* variables above
0 commit comments