From fdc50122c1e27f61cc52a5164c91b2c9a2737117 Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 7 Sep 2020 00:34:43 -0400 Subject: [PATCH] make it marginally more convenient to install on platforms that make it inordinately difficult to accomplish anything for no clearly discernible reason. Looking at you, Apple. --- travis.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 travis.yaml diff --git a/travis.yaml b/travis.yaml new file mode 100644 index 0000000..40ed90c --- /dev/null +++ b/travis.yaml @@ -0,0 +1,12 @@ +language: go + +os: + - linux + - osx + +#before_install: +# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update ; fi +# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install graphviz; fi + +script: + - make osx