Skip to content

Commit 0f5cae6

Browse files
committed
Added caching to Travis config and cleaned it up.
1 parent 367c51c commit 0f5cae6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
language: python
2-
python:
3-
- "3.7-dev" # 3.7 development branch
2+
python: "3.7-dev" # 3.7 development branch
3+
cache:
4+
directories:
5+
- $HOME/.cache/pip
6+
- $HOME/.cache/lektor/builds
47
install:
58
- pip install pipenv
69
- pipenv install
7-
script:
8-
- lektor build
10+
script: lektor build
911
deploy:
1012
provider: script
11-
script: lektor deploy
13+
script: lektor deploy ghpages

0 commit comments

Comments
 (0)