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.

This commit is contained in:
idk
2020-09-07 00:34:43 -04:00
parent b22bee19bc
commit fdc50122c1

12
travis.yaml Normal file
View File

@ -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