Merge pull request #5 from aquasecurity/add-travis-file-for-automatic-testing

Added travis file for automatic testing
This commit is contained in:
Liz Rice 2019-02-13 14:00:28 +00:00 committed by GitHub
commit 0d45664de8
Failed to generate hash of commit

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
---
language: go
notifications:
email: false
script:
- go test ./...