mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 19:32:24 +08:00

Following: https://github.com/ipfs/infrastructure/issues/20#issuecomment-102665147 License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
19 lines
253 B
YAML
19 lines
253 B
YAML
# dist: trusty # KVM Setup
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.3
|
|
- 1.4
|
|
|
|
env:
|
|
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive
|
|
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_sharness_expensive
|
|
|
|
script:
|
|
- make $TEST_SUITE
|