Added Jekyll build to the .travis.yml setup
This commit is contained in:
parent
ad732ec226
commit
d08d9ebb1e
1 changed files with 1 additions and 10 deletions
11
.travis.yml
11
.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
|
||||
|
|
Loading…
Reference in a new issue