From d95761b2417b4905db1dee2a3ae4216949df720f Mon Sep 17 00:00:00 2001 From: Andy Hayden Date: Wed, 18 Feb 2015 19:40:27 -0800 Subject: [PATCH] tst run travis on releases --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 02a8066..6b913b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ notifications: email: leah.a.hanson@gmail.com env: matrix: - - JULIAVERSION="julianightlies" + - JULIAVERSION="julianightlies" + - JULIAVERSION="juliareleases" before_install: - sudo add-apt-repository ppa:staticfloat/julia-deps -y - sudo add-apt-repository ppa:staticfloat/${JULIAVERSION} -y