From d08d9ebb1ea993ea163b8c6a8d52417ef458e2d8 Mon Sep 17 00:00:00 2001 From: Wen Kokke Date: Sat, 26 May 2018 17:36:25 +0100 Subject: [PATCH] Added Jekyll build to the .travis.yml setup --- .travis.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98c70afc..c1c2bbf1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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