Skip to content

Commit

Permalink
Make sure package list is up to date before we start anything else
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Oct 8, 2013
1 parent 6bc0ee8 commit 145a2ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ env:
- secure: "V62QbNAT4SfRSUUEE1nlpx9UmjBnW54SnMf+ZR4stM+kBZxZUT7u3XatOABNupb052xJTYGISEjPqXDZ4VqOjM6fUu902LOCCZ0U1ojyOUdpai2gFz2ajtMTzg7MFXFFuYytZ9KRSalKLOzRylXroZVJK7DUtC9NMih6dCANvbA="

before_install:
# Make sure package list is up to date before we start anything else
- "sudo apt-get update -qq"

# Use s3cmd to communicate with AWS S3, s3cmd uses ~/.s3cfg for keys and config...
- "sudo apt-get install -qq s3cmd"
# ...so make one based on the ARTIFACTS_AWS_* variables above
Expand Down

0 comments on commit 145a2ca

Please sign in to comment.