Skip to content

Commit

Permalink
Remove travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyg committed Mar 10, 2014
1 parent a65c4ba commit 17681a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,4 @@ You may need to run `collectstatic` before `s3direct` will work correctly on you

```bash
python manage.py collectstatic
````

[![Build Status](https://secure.travis-ci.org/bradleyg/django-s3direct.png)](http://travis-ci.org/bradleyg/django-s3direct)
````
2 changes: 1 addition & 1 deletion example/example/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@

AWS_SECRET_ACCESS_KEY = ''
AWS_ACCESS_KEY_ID = ''
AWS_STORAGE_BUCKET_NAME = 's3.thesweetshop.tv'
AWS_STORAGE_BUCKET_NAME = ''
S3DIRECT_UNIQUE_RENAME = False

0 comments on commit 17681a1

Please sign in to comment.