FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
occiware.github.io/.travis.yml at master · occiware/occiware.github.io · GitHub
occiware
/
occiware.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
7
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
occiware.github.io
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (14 loc) · 440 Bytes
Breadcrumbs
occiware.github.io
/
.travis.yml
Copy path
File metadata and controls
17 lines (14 loc) · 440 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
#
#
Huge thanks to http://www.jacobtomlinson.co.uk/jekyll/2015/02/18/test-you-jekyll-blog-with-travis-ci/
#
#
language
:
ruby
#
Run in container-based infrastructure
sudo
:
false
rvm
:
-
2.1
script
:
-
bundle exec jekyll build
-
bundle exec htmlproofer ./_site --only-4xx --check-favicon --check-html --allow-hash-href --disable-external
env
:
global
:
-
NOKOGIRI_USE_SYSTEM_LIBRARIES=true
#
speeds up installation of html-proofer
Back
|
FazBrowse Home
|
New Git URL