You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2018/10/08 12:12:59 UTC

[camel-k] branch master updated: Add travis build info

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

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new dde22c9  Add travis build info
dde22c9 is described below

commit dde22c934afa9b4af2fc3d7f77f3a521e243eb6e
Author: nferraro <ni...@gmail.com>
AuthorDate: Mon Oct 8 14:02:59 2018 +0200

    Add travis build info
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..28b3a4b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: go
+
+go:
+  - "1.10.x"
+