File tree 2 files changed +17
-4
lines changed
2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,9 @@ before_script:
12
12
13
13
env :
14
14
- PHPSTORM_ENV=2016.1
15
- - PHPSTORM_ENV=2016.1.2
15
+ - PHPSTORM_ENV=2016.1.2
16
+ - PHPSTORM_ENV=eap
17
+
18
+ matrix :
19
+ allow_failures :
20
+ - env : PHPSTORM_ENV=eap
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if [ "$PHPSTORM_ENV" == "2016.1" ]; then
6
6
elif [ " $PHPSTORM_ENV " == " 2016.1.2" ]; then
7
7
ideaVersion=" 2016.1.2"
8
8
elif [ " $PHPSTORM_ENV " == " eap" ]; then
9
- ideaVersion=" 143.870 .1"
9
+ ideaVersion=" 162.426 .1"
10
10
fi
11
11
12
12
travisCache=" .cache"
@@ -78,10 +78,18 @@ elif [ "$PHPSTORM_ENV" == "2016.1.2" ]; then
78
78
79
79
elif [ " $PHPSTORM_ENV " == " eap" ]; then
80
80
81
+ # php
82
+ download " https://plugins.jetbrains.com/files/6610/26101/php-162.426.10.zip"
83
+ unzip -qo $travisCache /php-145.258.2.zip -d ./plugins
84
+
85
+ # twig
86
+ download " https://plugins.jetbrains.com/files/7303/24757/twig-145.258.2.zip"
87
+ unzip -qo $travisCache /twig-145.258.2.zip -d ./plugins
88
+
81
89
# TODO: extract latest builds for plugins from eap site they are not public
82
90
# https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+Early+Access+Program
83
- echo " No configuration for PhpStorm: $PHPSTORM_ENV "
84
- exit 1
91
+ # echo "No configuration for PhpStorm: $PHPSTORM_ENV"
92
+ # exit 1
85
93
86
94
else
87
95
echo " Unknown PHPSTORM_ENV value: $PHPSTORM_ENV "
You can’t perform that action at this time.
0 commit comments