Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Trying to get the travis build working again.
  • Loading branch information
mithro committed Dec 22, 2014
1 parent f340a0a commit 12cacbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
@@ -1,7 +1,4 @@
language: ruby
install:
- bundle install
script: bundle exec rake site:deploy --quiet
env:
global:
- secure: "bsr6BBlTbcWcNOjSal0Qk0zHz7SsDt4er5IL4P4pMQqdvQAb7Qc6jTCh94NmEpL3dIptjYeTTmY8bWlL/P62ANuII73NlPR1s679n2iR1FsTQBhsLuN7B/OcyJ99IZ4Tw4qBwRWDwzDoqXRXiGrrURDBrCurHe5s+86m3T448a0="
script: bundle exec rake site:deploy
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -223,4 +223,4 @@ namespace :site do
puts "Pushed updated branch #{DESTINATION_BRANCH} to GitHub Pages"
end
end
end
end
9 changes: 4 additions & 5 deletions _config.yml
@@ -1,8 +1,7 @@
username: timvideos
repo: getting-started
branch: master

destination: ../getting-started-gh-pages/
destination: ../gh-pages/

safe: false
lsi: false
Expand All @@ -12,13 +11,13 @@ kramdown:
entity_output: as_input
exclude: [Gemfile, Gemfile.lock, planet.yml, vendor, .travis.yml, Rakefile]
auto_permalinks: true
name: Tim Videos - Live Event Streaming - Developers page
description: News, informations, instructions and how to contribute
name: Tim Videos - Live Event Streaming - Developers Website
description: News, information, instructions and how to contribute
url: http://code.timvideos.us
permalink: pretty
highlighter: pygments

edit_interface_link: 'http://editor.timvideos.us/#timvideos/getting-started/edit/master/((filename))'
edit_interface_link: 'http://editor.timvideos.us/#timvideos/website/edit/master/((filename))'

prose:
siteurl: 'http://code.timvideos.us'
Expand Down

0 comments on commit 12cacbb

Please sign in to comment.