From 956a36f9478e3f63814d0063d0ed50ae63d07444 Mon Sep 17 00:00:00 2001 From: Yen-Chin Lee Date: Thu, 19 Sep 2019 13:02:05 +0800 Subject: [PATCH] travis: only testing on linux Since pangu-spacing is based on emacs-lisp, it's no need to test on both linux and osx. Signed-off-by: Yen-Chin Lee --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 744587a..f4ad7c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ language: nix os: - linux - - osx +# - osx env: - EMACS_CI=emacs-24-2