Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Spedoske committed May 5, 2020
1 parent 97f87fd commit fdb9f9e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: go
sudo: false
go:
- 1.x

install: true
script:
- go mod init goPing
- go build -buildmode=c-shared -o ping.so main.go

0 comments on commit fdb9f9e

Please sign in to comment.