Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moooofly committed Jun 12, 2018
1 parent 67af84f commit 07ae517
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: go

go_import_path: github.com/moooofly/harbor-go-client

go:
- "1.8.x"
- "1.9.x"
- master

install:
- make install

script:
- make lint
- make test
- make misspell

notifications:
email: fei.sun@liulishuo.com

0 comments on commit 07ae517

Please sign in to comment.