Sha256: 0aa9655502e9972c987540c248a5d483a86d25c4d043062766adbd64484241f2

Contents?: true

Size: 389 Bytes

Versions: 2

Compression:

Stored size: 389 Bytes

Contents

language: ruby
rvm:
- 2.4.1
install:
- ./bin/setup
script:
- bundle exec jekyll build --trace
- bundle exec htmlproofer ./_site --only-4xx --allow-hash-href
after_success:
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && "./bin/automated"
env:
  global:
  - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
  - USERNAME: <your-github-username>
  - EMAIL: <your-github-email>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kickster-2.2.0 snippets/travis/.travis.yml
kickster-2.1.0 snippets/travis/.travis.yml