We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e42df commit 6fea9b4Copy full SHA for 6fea9b4
.travis.yml
@@ -11,10 +11,11 @@ after_success:
11
12
jobs:
13
include:
14
- - if: (branch IN (master, Staging, Stable) AND type = push) OR (type = pull_request)
+ - if: (branch = master AND type = push) OR (type = pull_request)
15
env: IDEA_VERSION=LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=2017.1.2
16
script: gradle check verifyPlugin
17
- stage: deploy
18
if: branch IN (Staging, Stable) AND type = push
19
env: IDEA_VERSION=IC-2018.1 GRAMMAR_KIT_VERSION=2017.1.2 JI_CHANNELS=$TRAVIS_BRANCH
20
- script: gradle publishPlugin
+ script: gradle check publishPlugin
21
+
0 commit comments