Skip to content

Commit a4a9946

Browse files
committed
Add Travis CI setup for automated testing of builds.
1 parent f8393ef commit a4a9946

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# ij-plugins.github.io
22

3+
[![Build Status](https://travis-ci.org/ij-plugins/ij-plugins.github.io.svg?branch=master)](https://travis-ci.org/ij-plugins/ij-plugins.github.io)
4+
35
Source code for the IJ-Plugins Organisation website.
6+

0 commit comments

Comments
 (0)