Skip to content

Commit

Permalink
WIP: another temporary fix for a lektor-atom issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Apr 11, 2019
1 parent 98fc331 commit fb09bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ cache:
install:
- pip install Lektor
- lektor plugins add markdown-higlighter
- lektor plugins add lektor-atom
- pip install https://github.com/eigengrau/lektor-atom.git
# lektor plugins add lektor-atom # misses a bug fix, so:
- pip install https://github.com/nixjdm/lektor-atom/archive/master.zip
script: "lektor build"
deploy:
provider: script
Expand Down

0 comments on commit fb09bf4

Please sign in to comment.