Skip to content

Commit

Permalink
added .gitignore and updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-alrux committed Feb 2, 2016
1 parent 4b953f7 commit 6f4ada2
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
README.html
coverage.out
41 changes: 40 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
language: go

go:
- 1.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4
- tip
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3
- 1.2.2
- 1.2.1
- 1.2
- 1.1.2
- 1.1.1
- 1.1
- 1.0.3
- 1.0.2
- 1.0.1
- 1

matrix:
fast_finish: true
allow_failures:
- go: tip
- go: 1.3.3
- go: 1.3.2
- go: 1.3.1
- go: 1.3
- go: 1.2.2
- go: 1.2.1
- go: 1.2
- go: 1.1.2
- go: 1.1.1
- go: 1.1
- go: 1.0.3
- go: 1.0.2
- go: 1.0.1
- go: 1

0 comments on commit 6f4ada2

Please sign in to comment.