Skip to content

Commit b931a7b

Browse files
committed
Add missing grammars:distZip task to Travis config
1 parent 7ea5bdd commit b931a7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- name: "Executable"
2020
script: ./gradlew :server:installDist
2121
- stage: "Deploy"
22-
before_deploy: ./gradlew :server:distZip
22+
before_deploy:
23+
- ./gradlew :server:distZip
24+
- ./gradlew :grammars:distZip
2325
deploy:
2426
provider: releases
2527
api_key:

0 commit comments

Comments
 (0)