代码拉取完成,页面将自动刷新
language: go
go_import_path: github.com/vntchain/go-vnt
sudo: false
notifications: always
matrix:
include:
- stage: Build & Test on linux go1.10.x
os: linux
dist: trusty
sudo: required
go: 1.10.x
before_install:
- sudo modprobe fuse
- sudo chmod 666 /dev/fuse
- sudo chown root:$USER /etc/fuse.conf
script:
- make test
# These are the latest Go versions.
- stage: Build & Test on linux go1.11.x
if: branch = master
os: linux
dist: xenial
sudo: required
go: 1.11.x
before_install:
- sudo modprobe fuse
- sudo chmod 666 /dev/fuse
- sudo chown root:$USER /etc/fuse.conf
script:
- make test
- stage: Build & Test on OSX
if: branch = master
os: osx
go: 1.11.x
before_install:
- echo "Increase the maximum number of open file descriptors on macOS"
- NOFILE=20480
- sudo sysctl -w kern.maxfiles=$NOFILE
- sudo sysctl -w kern.maxfilesperproc=$NOFILE
- sudo launchctl limit maxfiles $NOFILE $NOFILE
- sudo launchctl limit maxfiles
- ulimit -S -n $NOFILE
- ulimit -n
- unset -f cd # workaround for https://github.com/travis-ci/travis-ci/issues/8703
script:
- make test
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。