Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Add secret key generate to travis ci build to support forks #372

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rvm:
before_script:
- psql -c 'create database move_mil_test;' -U postgres
script:
- export SECRET_KEY_BASE=`bundle exec rake secret`
- bundle exec rake
- bundle exec rubocop
- bundle exec brakeman
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## Signed-off-by

- Copyright 2017–2018 U.S. Federal Government (in countries where recognized) [email protected]
- Copyright 2018 Bixal [email protected]
- _Add the copyright date, your name, and email address here._

## Note for U.S. Federal Employees
Expand Down