From 925e3c222f2bac309a473229e500c17e2a66f35b Mon Sep 17 00:00:00 2001 From: EBatTiVo Date: Mon, 18 Jan 2016 19:18:16 -0800 Subject: [PATCH] Change target IDEA for CI from 14.1.4 to 14.1.6. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05c353ca8..39dd924a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,6 @@ script: make test env: - IDEA_VERSION=13.1.6 - IDEA_VERSION=14.0.4 - - IDEA_VERSION=14.1.4 + - IDEA_VERSION=14.1.6 notifications: email: false \ No newline at end of file