Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
eshellman committed Jun 9, 2018
1 parent 5846470 commit b8d8cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -3,7 +3,6 @@
*.log
settings/me.*
settings/keys/*
settings/keys/
*.dot
reports
ENV
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,8 @@ before_install:
- sudo mkdir /var/log/django
- sudo chmod 777 /var/log/django
- mkdir ~/build/EbookFoundation/regluit/settings/keys/
- cp ~/build/EbookFoundation/regluit/settings/dummy/__init__.py - openssl aes-256-cbc -K $encrypted_56eb2b7cc527_key -iv $encrypted_56eb2b7cc527_iv -in ~/build/EbookFoundation/regluit/test/travis-host.py.enc -out ~/build/EbookFoundation/regluit/settings/keys/host.py -d
- cp ~/build/EbookFoundation/regluit/settings/dummy/__init__.py
- openssl aes-256-cbc -K $encrypted_56eb2b7cc527_key -iv $encrypted_56eb2b7cc527_iv -in ~/build/EbookFoundation/regluit/test/travis-host.py.enc -out ~/build/EbookFoundation/regluit/settings/keys/host.py -d

install:
- pip install -r requirements_versioned.pip
Expand Down

0 comments on commit b8d8cde

Please sign in to comment.