We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770f032 commit 3793b4dCopy full SHA for 3793b4d
.travis.yml
@@ -0,0 +1,10 @@
1
+language: python
2
+python:
3
+ - "3.7-dev" # 3.7 development branch
4
+install:
5
+ - pip install pipenv
6
+ - pipenv install
7
+script:
8
+ - lektor build
9
+deploy:
10
+ - lektor deploy
0 commit comments