Skip to content
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
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
gemfile: gemfiles/Gemfile.rails-3-0-stable
- rvm: 2.6.5
gemfile: gemfiles/Gemfile.rails-3-0-stable
# Exclude Rails 3 and 4 from Ruby 2.7, as they require
# Exclude Rails 3 and 4 from Ruby 2.7, as they require
# Bunder < 2, and Ruby 2.7 ships with Bundler 2.1.2, and
# I can't seem to force it to use an earlier version
- rvm: 2.7.0
Expand All @@ -79,14 +79,14 @@ jobs:
script: bundle exec jekyll build
rvm: 2.6.5
gemfile: Gemfile
if: branch = master AND type = push
deploy:
local_dir: _site
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
keep_history: true

- name: Test Script
script: echo 'TESTING SECURITY';
script: 'bundle exec rake'

notifications:
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**VERSION {% gem_version %}**

The [blocks gem](http://github.com/hunterae/blocks) is many things.
The [blocks gem](http://github.com/hunterae/blocks) is many things...

It acts as:

Expand Down