Newer
Older
pokemon-go-trade / vendor / github.com / hashicorp / hcl / .travis.yml
Simon Lindgren on 12 Feb 2021 98 bytes first commit
sudo: false

language: go

go:
  - 1.x
  - tip

branches:
  only:
    - master

script: make test