fix travis order
This commit is contained in:
parent
462eb1a8ff
commit
865fc8c3b4
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ git:
|
|||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
- $HOME/.cache/lektor/builds
|
||||
before_install:
|
||||
- git lfs pull
|
||||
- gem install sass
|
||||
install:
|
||||
- "pip install Lektor"
|
||||
- make sass
|
||||
install: "pip install Lektor"
|
||||
script: "lektor build"
|
||||
before_deploy: "echo 'c3woc.de ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC5NslYj+wtriBuKIxJfDRm9E2hnlstWR8durQ6pKvVvP7wjcoXIyAxe41GvJ9SoEhSjF7oVlzlw+zAkzl5WOZ4=' > ~/.ssh/known_hosts"
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue