Skip to content

Commit

Permalink
toggle off travis deploy in favor of local deploy (gets sha hashes co…
Browse files Browse the repository at this point in the history
…rrect)
  • Loading branch information
cboettig committed Dec 31, 2014
1 parent 78416b6 commit b88aaae
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ install:
- travis_retry bundle install

script:
- echo -e $twitter > _twitter.yml
- echo -e $twitter2 >> _twitter.yml
- echo -e $twitter3 >> _twitter.yml
- echo -e $garb > _garb.yml
- echo -e $garb2 >> _garb.yml
- bundle exec rake site:deploy --quiet
- rm -f _twitter.yml _garb.yml
- bundle exec jekyll build
# - echo -e $twitter > _twitter.yml
# - echo -e $twitter2 >> _twitter.yml
# - echo -e $twitter3 >> _twitter.yml
# - echo -e $garb > _garb.yml
# - echo -e $garb2 >> _garb.yml
# - bundle exec rake site:deploy --quiet
# - rm -f _twitter.yml _garb.yml

env:
global:
Expand Down

0 comments on commit b88aaae

Please sign in to comment.