forked from flipdazed/flipdazed.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
31 lines (25 loc) · 673 Bytes
/
.travis.yml
File metadata and controls
31 lines (25 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: ruby
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
install:
- gem install github-pages
- gem install html-proofer
- gem install jekyll-mentions
- gem install jekyll-feed
- gem install jekyll-sitemap
- gem install jekyll-redirect-from
script:
- bundle install
- bundle exec jekyll build
# - bundle exec htmlproofer ./_site --only-4xx --check-favicon --url_ignore [".*"] --alt_ignore [".*"]
# branch whitelist, only for GitHub Pages
branches:
only:
- gh-pages # test the gh-pages branch
- /pages-(.*)/ # test every branch which starts with "pages-"
sudo: false
# Check validity of the file via: http://lint.travis-ci.org/