File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ ideaVersion="2016.1"
4
4
if [ " $PHPSTORM_ENV " == " 2016.1" ]; then
5
5
ideaVersion=" 2016.1"
6
6
elif [ " $PHPSTORM_ENV " == " 2016.1.2" ]; then
7
- ideaVersion=" 2016.1.2 "
7
+ ideaVersion=" 2016.1.3 "
8
8
elif [ " $PHPSTORM_ENV " == " eap" ]; then
9
- ideaVersion=" 162.426 .1"
9
+ ideaVersion=" 162.1024 .1"
10
10
fi
11
11
12
12
travisCache=" .cache"
@@ -70,7 +70,7 @@ elif [ "$PHPSTORM_ENV" == "2016.1.2" ]; then
70
70
71
71
# php
72
72
download " https://plugins.jetbrains.com/files/6610/25793/php-145.970.40.zip"
73
- unzip -qo $travisCache /php-145.258.2 .zip -d ./plugins
73
+ unzip -qo $travisCache /php-145.970.40 .zip -d ./plugins
74
74
75
75
# twig
76
76
download " https://plugins.jetbrains.com/files/7303/24757/twig-145.258.2.zip"
@@ -79,8 +79,8 @@ elif [ "$PHPSTORM_ENV" == "2016.1.2" ]; then
79
79
elif [ " $PHPSTORM_ENV " == " eap" ]; then
80
80
81
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
82
+ download " http ://plugins.jetbrains.com/files/6610/26702 /php-162.1024 .10.zip"
83
+ unzip -qo $travisCache /php-162.1024.10 .zip -d ./plugins
84
84
85
85
# twig
86
86
download " https://plugins.jetbrains.com/files/7303/24757/twig-145.258.2.zip"
You can’t perform that action at this time.
0 commit comments