From b98775fecdda650ada4ab63926408a73163659ef Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Mon, 22 May 2017 17:27:49 -0700 Subject: [PATCH] remove trailing whitespace from .travis.yml YAML.jl has issues with these --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a5ea1d0..3cc72ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ notifications: email: false julia: - 0.4 - - 0.5 + - 0.5 - nightly #script: # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi