forked from mirrors/linux-bench
Merge pull request #5 from aquasecurity/add-travis-file-for-automatic-testing
Added travis file for automatic testing
This commit is contained in:
commit
0d45664de8
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
language: go
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
script:
|
||||
- go test ./...
|
Loading…
Add table
Reference in a new issue