From 2c87a7fe5ec2c07db8596195b1db297c48a4f232 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Tue, 11 Jun 2019 11:39:32 -0500 Subject: [PATCH] Add 0.20.0 to test matrix, latest nightlies --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 95b29c0..2a17224 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,13 @@ language: c env: - BRANCH=0.19.6 - - BRANCH=#44cc5f6360c7ccc96c296948b2524bd2cdebf1f0 + - BRANCH=0.20.0 + - BRANCH=#ced0527ae334439a10e1719d1eccb727c19dc781 cache: directories: - "$HOME/.choosenim/toolchains/nim-0.19.6" + - "$HOME/.choosenim/toolchains/nim-0.20.0" install: - export CHOOSENIM_CHOOSE_VERSION=$BRANCH