We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb64ad commit 1d727c3Copy full SHA for 1d727c3
travis.sh
@@ -1,12 +1,8 @@
1
#!/bin/bash
2
3
ideaVersion="2017.1"
4
-if [ "$PHPSTORM_ENV" == "2017.2" ]; then
5
- ideaVersion="2017.2.5"
6
-elif [ "$PHPSTORM_ENV" == "2017.2.4" ]; then
7
8
-elif [ "$PHPSTORM_ENV" == "2017.3.2" ]; then
9
- ideaVersion="2017.3.2"
+if [ "$PHPSTORM_ENV" == "2017.3.2" ]; then
+ ideaVersion="2017.3.3"
10
elif [ "$PHPSTORM_ENV" == "eap" ]; then
11
ideaVersion="163.5644.15"
12
fi
0 commit comments