1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 19:32:24 +08:00
Files
kubo/.travis.yml
Jeromy 1a75c40f5b require go1.9
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2017-12-04 09:33:20 -08:00

31 lines
368 B
YAML

# dist: trusty # KVM Setup
notifications:
email: false
os:
- linux
- osx
language: go
go:
- 1.9
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
install:
- make install
script:
- make $TEST_SUITE
# For docker containers
sudo: required
services:
- docker