8000 update travis for latest eap release version · Koc/idea-php-symfony2-plugin@97f49a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 97f49a5

Browse files
committed
update travis for latest eap release version
1 parent bbdb56a commit 97f49a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

travis.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ ideaVersion="2016.1"
44
if [ "$PHPSTORM_ENV" == "2016.1" ]; then
55
ideaVersion="2016.1"
66
elif [ "$PHPSTORM_ENV" == "2016.1.2" ]; then
7-
ideaVersion="2016.1.2"
7+
ideaVersion="2016.1.3"
88
elif [ "$PHPSTORM_ENV" == "eap" ]; then
9-
ideaVersion="162.426.1"
9+
ideaVersion="162.1024.1"
1010
fi
1111

1212
travisCache=".cache"
@@ -70,7 +70,7 @@ elif [ "$PHPSTORM_ENV" == "2016.1.2" ]; then
7070

7171
#php
7272
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
7474

7575
#twig
7676
download "https://plugins.jetbrains.com/files/7303/24757/twig-145.258.2.zip"
@@ -79,8 +79,8 @@ elif [ "$PHPSTORM_ENV" == "2016.1.2" ]; then
7979
elif [ "$PHPSTORM_ENV" == "eap" ]; then
8080

8181
#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
8484

8585
#twig
8686
download "https://plugins.jetbrains.com/files/7303/24757/twig-145.258.2.zip"

0 commit comments

Comments
 (0)
0