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
|
- libgmp-dev
|
||||||
- libicu-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:
|
before_install:
|
||||||
# Download and unpack the stack executable
|
# Download and unpack the stack executable
|
||||||
- mkdir -p ~/.local/bin
|
- mkdir -p ~/.local/bin
|
||||||
|
@ -40,7 +31,7 @@ before_install:
|
||||||
- make travis-setup
|
- make travis-setup
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make
|
- make build
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- rm -rf .bundle
|
- rm -rf .bundle
|
||||||
|
|
Loading…
Reference in a new issue