Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed May 18, 2018
1 parent fd30717 commit fb08505
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -22,3 +22,4 @@ _testmain.go
*.exe
*.test
*.prof
debug
8 changes: 7 additions & 1 deletion .travis.yml
@@ -1,7 +1,13 @@
sudo: false
language: go
go:
- 1.8
- 1.9.1
- 1.9.2
- 1.9.3
- 1.9.4
- 1.9.5
- 1.10.1
- 1.10.2
before_install:
- go get -t -v ./...
- go get github.com/mattn/goveralls
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2017 Teambition
Copyright (c) 2016-2018 Teambition

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit fb08505

Please sign in to comment.