Skip to content

Commit

Permalink
Update Travis CI credentials and move git config settings to correct …
Browse files Browse the repository at this point in the history
…spot
  • Loading branch information
reedloden committed Nov 18, 2015
1 parent 3cf6df7 commit 00edf99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,4 +15,4 @@ notifications:

env:
global:
- secure: "o/aIfTQb1n8YP+Mq3be3XQfcENNmwHtjWcO2pTz6b6uQqsg1p+vPhhGQM7FJXID1rU5Nyp9hwwU/QpQAU99mx/hdAxqSl1RxYj6vknrngk00KpzC0K+1qQMuM+NFNa09FmJTn8KkC1GjNrSCR/U0o946HK+svk/aL4a05zRAA3Y="
- secure: "ceZr5Z6QHDIzVQP7oS6lY/ffH4e1Va+zJcmYZ4IS2Nk2O926lE6YGnpqFCiMGxeYZUw2mv24yDvErvkVKYcQyOa4h/sXvFyPFJiRZuaa3n3/g81eHHmE0OAdKK2CbMkQkI1+hjoMQkI4BriGw15/lu2+U6ldqoM7o/NbY65Epho="
6 changes: 3 additions & 3 deletions scripts/post-advisories.sh
Expand Up @@ -5,13 +5,13 @@ set -o errexit -o nounset
REPO="https://${GH_TOKEN}@github.com/rubysec/rubysec.github.io.git"
DIR="_site"

git config user.name "RubySec CI"
git config user.email "ci@rubysec.com"

git clone $REPO $DIR

cd $DIR

git config user.name "RubySec CI"
git config user.email "ci@rubysec.com"

bundle install --jobs=3 --retry=3
bundle exec rake advisories

Expand Down

0 comments on commit 00edf99

Please sign in to comment.