Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereOverfl0w committed Apr 15, 2017
1 parent 8bf963e commit 77b37f0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: go
install:
- go get github.com/mitchellh/gox
- curl https://glide.sh/get | sh
script:
- glide install
- gox -output "$TRAVIS_BUILD_DIR/clojure-check_{{.OS}}_{{.Arch}}"
deploy:
provider: releases
api_key: "$GITHUB_TOKEN"
file_glob: true
file: clojure-check*
skip_cleanup: true
on:
tags: true

0 comments on commit 77b37f0

Please sign in to comment.