Added Jekyll build to the .travis.yml setup

This commit is contained in:
Wen Kokke 2018-05-26 17:36:25 +01:00
parent ad732ec226
commit d08d9ebb1e

View file

@ -22,15 +22,6 @@ addons:
- libgmp-dev
- libicu-dev
# Configure recipients for notifications
notifications:
email:
recipients:
- wen.kokke@ed.ac.uk
- wadler@inf.ed.ac.uk
on_success: never
on_failure: always
before_install:
# Download and unpack the stack executable
- mkdir -p ~/.local/bin
@ -40,7 +31,7 @@ before_install:
- make travis-setup
script:
- make
- make build
before_deploy:
- rm -rf .bundle