Skip to content

Commit 7863e8b

Browse files
committed
Add .travis.yml
1 parent b807aea commit 7863e8b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: ruby
2+
cache: bundler
3+
sudo: false
4+
rvm:
5+
- 2.1
6+
- 2.2
7+
- 2.3
8+
- 2.4
9+
script:
10+
- bundle exec jekyll build
11+
- grep johnotander/pixyll _site/index.html
12+
- grep post-title _site/index.html
13+
- grep pagination-item _site/index.html
14+
- grep johnotander/pixyll _site/css/pixyll.css
15+
- grep 404 _site/404.html

0 commit comments

Comments
 (0)