Skip to content

Commit

Permalink
Travis CI Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sethwalker1 committed Jul 22, 2021
1 parent bac2229 commit 1591d76
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 89 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ _site
.jekyll-cache
.jekyll-metadata
vendor
Gemfile.lock
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
jobs:
include:
- language: ruby
rvm:
- 2.6.6

addons:
apt:
packages:
- libcurl4-openssl-dev

gemfile: www/Gemfile
before_install: cd www
script: bundle exec jekyll build

# - language: java
# jdk: oraclejdk16
# before_install: cd server
# script: mvn clean install

exclude: [vendor]
cache: # caching bundler gem packages will speed up build
- bundler

# Optional: disable email notifications about the outcome of your builds
notifications:
email: false
2 changes: 1 addition & 1 deletion www/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!

gem "jekyll", "~> 4.2.0"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
Expand All @@ -28,5 +29,4 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]


gem "webrick", "~> 1.7"
88 changes: 0 additions & 88 deletions www/Gemfile.lock

This file was deleted.

1 comment on commit 1591d76

@vercel
Copy link

@vercel vercel bot commented on 1591d76 Jul 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.