Skip to content

Commit 50279c4

Browse files
authored
removed cmd to add webpack plugin from travis yml
1 parent 9677985 commit 50279c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ cache:
77
install:
88
- pip install pipenv
99
- pipenv install
10-
script:
11-
- lektor plugins add webpack-support
12-
- lektor build -f webpack
10+
script: lektor build -f webpack
1311
deploy:
1412
provider: script
1513
script: lektor deploy ghpages

0 commit comments

Comments
 (0)