|
1 | 1 | #!/bin/bash
|
2 | 2 |
|
3 |
| -ideaVersion="14.1.6" |
| 3 | +ideaVersion="2016.1" |
4 | 4 | if [ "$PHPSTORM_ENV" == "10" ]; then
|
5 | 5 | ideaVersion="15.0.4"
|
6 | 6 | elif [ "$PHPSTORM_ENV" == "eap" ]; then
|
@@ -54,35 +54,15 @@ if [ -d ./plugins ]; then
|
54 | 54 | echo "created plugin dir"
|
55 | 55 | fi
|
56 | 56 |
|
57 |
| -if [ "$PHPSTORM_ENV" == "8" ]; then |
| 57 | +if [ "$PHPSTORM_ENV" == "2016.1" ]; then |
58 | 58 |
|
59 | 59 | #php
|
60 |
| - download "https://plugins.jetbrains.com/files/6610/20075/php-141.1534.zip" |
61 |
| - unzip -qo $travisCache/php-141.1534.zip -d ./plugins |
| 60 | + download "https://plugins.jetbrains.com/files/6610/24752/php-145.258.2.zip" |
| 61 | + unzip -qo $travisCache/php-145.258.2.zip -d ./plugins |
62 | 62 |
|
63 | 63 | #twig
|
64 |
| - download "http://plugins.jetbrains.com/files/7303/17519/twig-139.58.zip" |
65 |
| - unzip -qo $travisCache/twig-139.58.zip -d ./plugins |
66 |
| - |
67 |
| -elif [ "$PHPSTORM_ENV" == "9" ]; then |
68 |
| - |
69 |
| - #php |
70 |
| - download "http://plugins.jetbrains.com/files/6610/20930/php-141.2462.zip" |
71 |
| - unzip -qo $travisCache/php-141.2462.zip -d ./plugins |
72 |
| - |
73 |
| - #twig |
74 |
| - download "http://plugins.jetbrains.com/files/7303/20774/twig-141.2325.zip" |
75 |
| - unzip -qo $travisCache/twig-141.2325.zip -d ./plugins |
76 |
| - |
77 |
| -elif [ "$PHPSTORM_ENV" == "10" ]; then |
78 |
| - |
79 |
| - #php |
80 |
| - download "http://plugins.jetbrains.com/files/6610/22827/php-143.1184.87.zip" |
81 |
| - unzip -qo $travisCache/php-143.1184.87.zip -d ./plugins |
82 |
| - |
83 |
| - #twig |
84 |
| - download "http://plugins.jetbrains.com/files/7303/22048/twig-143.381.48.zip" |
85 |
| - unzip -qo $travisCache/twig-143.381.48.zip -d ./plugins |
| 64 | + download "https://plugins.jetbrains.com/files/7303/24757/twig-145.258.2.zip" |
| 65 | + unzip -qo $travisCache/twig-145.258.2.zip -d ./plugins |
86 | 66 |
|
87 | 67 | elif [ "$PHPSTORM_ENV" == "eap" ]; then
|
88 | 68 |
|
|
0 commit comments