Skip to content

Commit

Permalink
add travis YAML + build script (#1639)
Browse files Browse the repository at this point in the history
* add travis YAML + build script

* move build script

* fix build file location in config
  • Loading branch information
SophieDeBenedetto authored and doomspork committed Dec 3, 2018
1 parent 353e7b2 commit aa25741
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: ruby
rvm:
- 2.5
cache: bundler
install:
- bundle install
before_script:
- chmod +x ./script/build.sh
script:
- "./script/build.sh"
2 changes: 2 additions & 0 deletions script/build.sh
@@ -0,0 +1,2 @@
#!/bin/bash
jekyll build

0 comments on commit aa25741

Please sign in to comment.