From e1daab247a4ebace7cbdafd5bf06510e4f2df9fe Mon Sep 17 00:00:00 2001 From: Kevin Squire Date: Wed, 5 Feb 2014 12:29:28 -0800 Subject: [PATCH] Disable testing on v0.2 * ... which if course shouldn't work since we depend on v0.3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index baf8e7c67..d596a9405 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ notifications: email: false env: matrix: - - JULIAVERSION="juliareleases" +# - JULIAVERSION="juliareleases" - JULIAVERSION="julianightlies" before_install: - sudo add-apt-repository ppa:staticfloat/julia-deps -y