Updated .travis.yml and _config.yml
This commit is contained in:
parent
4f929c51a5
commit
e28f84b7a0
2 changed files with 7 additions and 1 deletions
|
@ -44,7 +44,7 @@ script:
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- acknowledgements -i _config.yml >> _config.yml
|
- acknowledgements -i _config.yml >> _config.yml
|
||||||
- make clean
|
- make clean
|
||||||
- rm -rf .bundle/ vendor/ hs/ src/ extra/ .gitignore .travis.yml Gemfile Gemfile.lock Makefile
|
- rm -rf hs/ extra/ depr/ papers/ slides/ vendor/ *.agdai *.agda-lib *.lagda.md Guardfile Gemfile Gemfile.lock Makefile highlight.sh .gitignore .travis.yml
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
|
@ -34,7 +34,13 @@ exclude:
|
||||||
- "hs/"
|
- "hs/"
|
||||||
- "extra/"
|
- "extra/"
|
||||||
- "depr/"
|
- "depr/"
|
||||||
|
- "papers/"
|
||||||
|
- "slides/"
|
||||||
- "vendor/"
|
- "vendor/"
|
||||||
|
- "*.agdai"
|
||||||
|
- "*.agda-lib"
|
||||||
- "*.lagda.md"
|
- "*.lagda.md"
|
||||||
|
- "Guardfile"
|
||||||
- "Gemfile"
|
- "Gemfile"
|
||||||
- "Gemfile.lock"
|
- "Gemfile.lock"
|
||||||
|
- "highlight.sh"
|
||||||
|
|
Loading…
Reference in a new issue