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:
12
travis.yaml
Normal file
12
travis.yaml
Normal 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
|
Reference in New Issue
Block a user