Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
laktak committed Aug 8, 2016
1 parent 13bcdf3 commit 2589601
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
bin
pkg
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: go

go:
- 1.6
- tip

script:
- go install github.com/laktak/hjson-go
- go install github.com/laktak/hjson-go/hjson-cli
- go test -v github.com/laktak/hjson-go/test

0 comments on commit 2589601

Please sign in to comment.