From 6a8ac7ef38434cfe6737e911f45a982f6bec6637 Mon Sep 17 00:00:00 2001 From: barkhorn Date: Thu, 3 Nov 2016 22:55:18 +0000 Subject: [PATCH] travis should also build with 2.12 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e7e26b1..fcee9eda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: scala scala: - - "2.11.1" \ No newline at end of file + - "2.11.8" + - "2.12.0" +