Skip to content

Commit

Permalink
Create initial .travis.yml
Browse files Browse the repository at this point in the history
This is a bit of a shot in the dark, but in my experience, setting
up Travis CI initially always is.  If this fails CI, having
Travis enabled will nonetheless allow iterating in a pull request
until CI turns green.

Ref SeaGL#74.
  • Loading branch information
garrison committed Aug 11, 2020
1 parent e46a79b commit 1749dec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
os: linux
install:
- bundle install
script:
- jekyll
notifications:
email: false

0 comments on commit 1749dec

Please sign in to comment.