This commit is contained in:
Henry Case 2020-01-06 17:56:02 +00:00
parent a804f22920
commit 7285e4a136

View File

@ -1,8 +1,6 @@
default: default:
image: go image: golang:1.13
script:
job: - uname -a
script: - go run cmd/tlshandshake/tlshandshake.go -tls_min 1.2 -tls_max 1.3 onet.pl
uname -a
go run cmd/tlshandshake/tlshandshake.go -tls_min 1.2 -tls_max 1.3 onet.pl