Merge pull request #282 from jodh-intel/ci-set-travis-golang-version

CI: Pin Travis golang version
This commit is contained in:
James O. D. Hunt 2018-10-23 17:31:54 +01:00 committed by GitHub
commit 0215c83e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -7,7 +7,10 @@
sudo: required
dist: trusty
language: bash
language: go
go:
- "1.10.x"
before_script:
- ".ci/setup.sh"

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
#
# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
default:
@true