asdf-golang/.travis.yml
Kenny Parnell 68875a227b Make BSD sed play nice.
Merges #12

Squashed commit of the following:

commit 29d691dfe0
Author: Kenny Parnell <k.parnell@gmail.com>
Date:   Mon Jan 22 21:31:59 2018 -0500

    Use the current branch instead of master for Travis

commit 708bd0f74a
Author: Kenny Parnell <k.parnell@gmail.com>
Date:   Mon Jan 22 21:27:28 2018 -0500

    Try to determine which sed we're using.
2018-01-22 21:48:35 -05:00

9 lines
152 B
YAML

language: c
script: asdf plugin-test golang .
before_script:
- git clone https://github.com/asdf-vm/asdf.git
- . asdf/asdf.sh
os:
- linux
- osx