Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew McDole committed Mar 26, 2016
1 parent 7101e0a commit fce193f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ _testmain.go
*.exe
*.test
*.prof

.DS_STORE
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: go

go:
- tip
- 1.6
install:
- go get github.com/PuerkitoBio/goquery
- go get github.com/stretchr/testify/assert

0 comments on commit fce193f

Please sign in to comment.