Skip to content

Commit 07e22e1

Browse files
committed
replace not working "2017.3.1" PhpStorm issue version use "2017.3.2"
1 parent a7712fa commit 07e22e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ideaVersion="2017.3"
44
if [ "$PHPSTORM_ENV" == "2017.3.2" ]; then
5-
ideaVersion="2017.3.1"
5+
ideaVersion="2017.3.2"
66
elif [ "$PHPSTORM_ENV" == "eap" ]; then
77
ideaVersion="163.5644.15"
88
fi

0 commit comments

Comments
 (0)