-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.travis.yml
46 lines (39 loc) · 1.99 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
dist: trusty
language: java
jdk: oraclejdk8
addons:
apt_packages:
- php5-cli
notifications:
email: false
matrix:
include:
- env: IDEA_VERSION="IU-2020.1" PHP_PLUGIN_VERSION="201.6668.30" TWIG_PLUGIN_VERSION="201.6668.153"
- env: IDEA_VERSION="IU-2019.3.4" PHP_PLUGIN_VERSION="193.6911.15" TWIG_PLUGIN_VERSION="193.6911.14"
- env: IDEA_VERSION="IU-2019.2.4" PHP_PLUGIN_VERSION="192.7142.51" TWIG_PLUGIN_VERSION="192.6262.16"
- env: IDEA_VERSION="IU-2019.1.4" PHP_PLUGIN_VERSION="191.8026.56" TWIG_PLUGIN_VERSION="191.6183.95"
- env: IDEA_VERSION="IU-2018.3.6" PHP_PLUGIN_VERSION="183.5429.47" TWIG_PLUGIN_VERSION="183.3795.24"
- env: IDEA_VERSION="IU-2018.2.8" PHP_PLUGIN_VERSION="182.4892.16" TWIG_PLUGIN_VERSION="182.3458.35"
- env: IDEA_VERSION="IU-2018.1.8" PHP_PLUGIN_VERSION="181.5281.35" TWIG_PLUGIN_VERSION="181.3741.23"
- env: IDEA_VERSION="IU-2017.3.6" PHP_PLUGIN_VERSION="173.4674.46" TWIG_PLUGIN_VERSION="173.4301.7"
- env: IDEA_VERSION="IU-2017.2.7" PHP_PLUGIN_VERSION="172.4155.41" TWIG_PLUGIN_VERSION="172.2827.17"
- env: IDEA_VERSION="IU-2017.1.6" PHP_PLUGIN_VERSION="171.4694.2" TWIG_PLUGIN_VERSION="171.1834.12"
- env: IDEA_VERSION="IU-2016.3.8" PHP_PLUGIN_VERSION="163.10504.2" TWIG_PLUGIN_VERSION="163.9735.4"
- env: IDEA_VERSION="IU-2016.2.5" PHP_PLUGIN_VERSION="162.1628.23" TWIG_PLUGIN_VERSION="162.1121.34"
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
- rm -fr $HOME/.gradle/caches/*/fileHashes/fileHashes.bin
- rm -fr $HOME/.gradle/caches/*/fileHashes/fileHashes.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
before_install:
- java -version && php -v
- chmod +x gradlew
- "export ORG_GRADLE_PROJECT_ideaVersion=${IDEA_VERSION}"
- "export ORG_GRADLE_PROJECT_phpPluginVersion=${PHP_PLUGIN_VERSION}"
- "export ORG_GRADLE_PROJECT_twigPluginVersion=${TWIG_PLUGIN_VERSION}"
script:
- ./gradlew check buildPlugin