You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 line
253 B

  1. sudo: required
  2. language: go
  3. go:
  4. - 1.10.x
  5. matrix:
  6. fast_finish: true
  7. script:
  8. - make test
  9. - make bench
  10. - make cover
  11. - NOASM=1 make cover-sidh
  12. after_script:
  13. - bash <(curl -s https://codecov.io/bash) -t 3cee0edf-64e9-4440-82f1-f1f41967f336