Initial euclide.org release

This commit is contained in:
2023-11-17 06:55:06 +01:00
commit 97379c8e8a
210 changed files with 32403 additions and 0 deletions

28
vendor/gopkg.in/djherbis/times.v1/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,28 @@
language: go
matrix:
include:
- os: linux
go: tip
- os: linux
go: tip
env:
- JS=1
- os: osx
go: tip
- os: windows
go: 1.x
#Added power jobs
- os: linux
go: tip
arch: ppc64le
- os: linux
go: tip
arch: ppc64le
env:
- JS=1
script: bash .travis.sh script
notifications:
webhooks: https://coveralls.io/webhook
email:
on_success: never
on_failure: change