Skip to content

Commit

Permalink
Update ci-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
asebak authored Aug 6, 2017
1 parent 8117c76 commit 14a50cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
ideaVersion="2017.1.3"
#ideaVersion="2017.1.3"
ideaVersion=15.0.6
if [ ! -d ./idea-IC ]; then
# Get our IDEA dependency
if [ -f ~/Tools/ideaIC-${ideaVersion}.tar.gz ];
Expand Down

0 comments on commit 14a50cb

Please sign in to comment.