Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix linting errors & fix GitHub asset URL
  • Loading branch information
Parker Moore committed May 28, 2019
1 parent b3223aa commit e193e8e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,7 +1,6 @@
language: ruby
cache: bundler
sudo: false
rvm: 2.5
rvm: 2.6

install: script/bootstrap
script: script/cibuild
2 changes: 2 additions & 0 deletions Gemfile
@@ -1,3 +1,5 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec
2 changes: 1 addition & 1 deletion index.md
Expand Up @@ -94,7 +94,7 @@ end

### Small image

![Octocat](https://assets-cdn.github.com/images/icons/emoji/octocat.png)
![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png)

### Large image

Expand Down
2 changes: 2 additions & 0 deletions jekyll-theme-hacker.gemspec
@@ -1,3 +1,5 @@
# frozen_string_literal: true

Gem::Specification.new do |s|
s.name = 'jekyll-theme-hacker'
s.version = '0.1.1'
Expand Down
2 changes: 1 addition & 1 deletion script/cibuild
Expand Up @@ -3,7 +3,7 @@
set -e

bundle exec jekyll build
bundle exec htmlproofer ./_site --check-html --check-sri --disable-external
bundle exec htmlproofer ./_site --check-html --check-sri
bundle exec rubocop -D
bundle exec script/validate-html
gem build jekyll-theme-hacker.gemspec
1 change: 1 addition & 0 deletions script/validate-html
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

require 'w3c_validators'

Expand Down

0 comments on commit e193e8e

Please sign in to comment.