Skip to content

Commit

Permalink
Install lektor develop version from github, add gitter notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaverde committed Aug 24, 2016
1 parent d762865 commit 8df3241
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Expand Up @@ -4,8 +4,15 @@ cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/lektor/builds
install: "pip install Lektor"
install:
- "pip install -U pip"
- "pip install git+https://github.com/lektor/lektor#egg=Lektor"
script: "lektor build"
deploy:
provider: script
script: "lektor deploy production"

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/2d23c08216a7b3f1a005

0 comments on commit 8df3241

Please sign in to comment.