Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit f9c1300

Browse files
committed
update travis build
1 parent 307c6f9 commit f9c1300

File tree

5 files changed

+17
-26
lines changed

5 files changed

+17
-26
lines changed

.travis.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: java
33
jdk:
4-
- oraclejdk8
4+
- oraclejdk11
55

66
before_cache:
77
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
@@ -23,11 +23,12 @@ after_failure:
2323
- cat build/idea-sandbox/system/log/idea.log
2424

2525
env:
26-
# - IDEA_VERSION="IU-2019.1" PHP_PLUGIN_VERSION="191.6183.95" BLADE_PLUGIN_VERSION="191.6183.95" not working 'No such property: artifactName for class: org.jetbrains.intellij.jbre.JbreResolver'
26+
- IDEA_VERSION="IU-2019.1.3" PHP_PLUGIN_VERSION="191.7141.52" BLADE_PLUGIN_VERSION="191.7141.5"
2727
- IDEA_VERSION="IU-2018.3.5" PHP_PLUGIN_VERSION="183.4886.46" BLADE_PLUGIN_VERSION="183.3795.24"
28-
- IDEA_VERSION="IU-2018.2.4" PHP_PLUGIN_VERSION="182.4505.42" BLADE_PLUGIN_VERSION="182.3911.19"
29-
- IDEA_VERSION="IU-2018.1" PHP_PLUGIN_VERSION="181.4203.565" BLADE_PLUGIN_VERSION="181.4203.565"
30-
- IDEA_VERSION="IU-2017.3.5" PHP_PLUGIN_VERSION="173.4301.34" BLADE_PLUGIN_VERSION="173.4127.29"
3128

3229
script:
3330
- "./gradlew check verifyPlugin buildPlugin"
31+
32+
matrix:
33+
allow_failures:
34+
- env: IDEA_VERSION="IU-2019.1.3" PHP_PLUGIN_VERSION="191.7141.52" BLADE_PLUGIN_VERSION="191.7141.5"

build.gradle

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
33
buildscript {
44
repositories {
55
mavenCentral()
6-
76
maven {
87
url "https://oss.sonatype.org/content/repositories/snapshots/"
98
}
109
maven {
1110
url 'https://dl.bintray.com/jetbrains/intellij-plugin-service'
1211
}
12+
13+
}
14+
dependencies {
15+
classpath "org.jetbrains.intellij.plugins:gradle-intellij-plugin:0.5.0-SNAPSHOT"
1316
}
1417
}
1518

1619
plugins {
17-
id "org.jetbrains.intellij" version "0.4.4"
20+
id "org.jetbrains.intellij" version "0.4.9"
1821
id 'com.palantir.git-version' version "0.11.0"
1922
}
2023

@@ -60,7 +63,7 @@ if (details.isCleanTag) {
6063
}
6164

6265
wrapper {
63-
gradleVersion '5.4.1'
66+
gradleVersion '5.5.1'
6467
}
6568

6669
test.testLogging.exceptionFormat = TestExceptionFormat.FULL

gradle.properties

+3-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
ideaVersion = IU-2018.3.5
2-
phpPluginVersion = 183.4886.46
3-
bladePluginVersion = 183.3795.24
4-
5-
#ideaVersion = IU-2018.2.4
6-
#phpPluginVersion = 182.4505.42
7-
#bladePluginVersion = 182.3911.19
8-
9-
#ideaVersion = IU-2018.1
10-
#phpPluginVersion = 181.4203.565
11-
#bladePluginVersion = 181.4203.565
12-
13-
#ideaVersion = IU-2017.3.5
14-
#phpPluginVersion = 173.4301.34
15-
#bladePluginVersion = 173.4127.29
1+
ideaVersion = IU-2019.1.3
2+
phpPluginVersion = 191.7141.52
3+
bladePluginVersion = 191.7141.5
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Wed May 22 17:11:57 CEST 2019
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

idea-php-laravel-plugin.iml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.id="idea-php-laravel-plugin" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="de.espend.idea.laravel" external.system.module.version="0.15.3.4c354ec915-SNAPSHOT" type="JAVA_MODULE" version="4">
2+
<module external.linked.project.id="idea-php-laravel-plugin" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="de.espend.idea.laravel" external.system.module.version="0.15.3.580c485254-SNAPSHOT" type="JAVA_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
55
<content url="file://$MODULE_DIR$">

0 commit comments

Comments
 (0)