Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 145a54d

Browse files
authored
Merge pull request #3 from ncreuschling/feature/add-travis-config
added Travis CI configuration
2 parents 895b64f + 1f035e4 commit 145a54d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sudo: false
2+
language: ruby
3+
cache: bundler
4+
script: "bundle exec jekyll build"
5+
rvm:
6+
- 2.2.5

0 commit comments

Comments
 (0)