Initial euclide.org release
This commit is contained in:
28
vendor/gopkg.in/djherbis/times.v1/.travis.yml
generated
vendored
Normal file
28
vendor/gopkg.in/djherbis/times.v1/.travis.yml
generated
vendored
Normal 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
|
||||
Reference in New Issue
Block a user