diff --git a/.travis.yml b/.travis.yml index 51fb1735d..895b38797 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,10 @@ sudo: required dist: trusty -language: bash +language: go + +go: + - "1.10.x" before_script: - ".ci/setup.sh" diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..0d17ea728 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +# +# Copyright (c) 2018 Intel Corporation +# +# SPDX-License-Identifier: Apache-2.0 +# + +default: + @true