fix travis order

This commit is contained in:
L3D 2019-02-15 22:55:11 +01:00
parent 462eb1a8ff
commit 865fc8c3b4
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -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: