Skip to content

Commit 1d727c3

Browse files
committed
fix travis 2017.3.x build
1 parent ebb64ad commit 1d727c3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

travis.sh

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
#!/bin/bash
22

33
ideaVersion="2017.1"
4-
if [ "$PHPSTORM_ENV" == "2017.2" ]; then
5-
ideaVersion="2017.2.5"
6-
elif [ "$PHPSTORM_ENV" == "2017.2.4" ]; then
7-
ideaVersion="2017.2.5"
8-
elif [ "$PHPSTORM_ENV" == "2017.3.2" ]; then
9-
ideaVersion="2017.3.2"
4+
if [ "$PHPSTORM_ENV" == "2017.3.2" ]; then
5+
ideaVersion="2017.3.3"
106
elif [ "$PHPSTORM_ENV" == "eap" ]; then
117
ideaVersion="163.5644.15"
128
fi

0 commit comments

Comments
 (0)