You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2019/07/10 17:40:53 UTC

[cloudstack-cloudmonkey] branch master updated: travis: fix module enable

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git


The following commit(s) were added to refs/heads/master by this push:
     new 94eeac2  travis: fix module enable
94eeac2 is described below

commit 94eeac246e287ad45cd8f64750ce6aae2d394267
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Wed Jul 10 23:10:34 2019 +0530

    travis: fix module enable
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7d75af9..79c1491 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,10 @@
 sudo: false
 language: go
 go:
-  - 1.12
+  - 1.12.x
 
 script:
   - make all
+
+env:
+  - GO111MODULE=on