language: go before_install: - go get github.com/AlecAivazis/run install: - run install-deps script: - run tests # - run autoplay-tests