Add .travis.yml

This commit is contained in:
Kenny Parnell 2016-08-29 21:59:29 -04:00
parent 5cc349c44b
commit 3f032d53b0

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: c
script: asdf plugin-test golang https://github.com/kennyp/asdf-golang.git
before_script:
- git clone https://github.com/asdf-vm/asdf.git
- . asdf/asdf.sh
os:
- linux
- osx