Skip to content

Commit 145a2ca

Browse files
committed
Make sure package list is up to date before we start anything else
1 parent 6bc0ee8 commit 145a2ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ env:
4141
- secure: "V62QbNAT4SfRSUUEE1nlpx9UmjBnW54SnMf+ZR4stM+kBZxZUT7u3XatOABNupb052xJTYGISEjPqXDZ4VqOjM6fUu902LOCCZ0U1ojyOUdpai2gFz2ajtMTzg7MFXFFuYytZ9KRSalKLOzRylXroZVJK7DUtC9NMih6dCANvbA="
4242

4343
before_install:
44+
# Make sure package list is up to date before we start anything else
45+
- "sudo apt-get update -qq"
46+
4447
# Use s3cmd to communicate with AWS S3, s3cmd uses ~/.s3cfg for keys and config...
4548
- "sudo apt-get install -qq s3cmd"
4649
# ...so make one based on the ARTIFACTS_AWS_* variables above

0 commit comments

Comments
 (0)