[ovs-dev] [PATCH] travis: Add build at openvswitch.org email list for build notifications.

Ben Pfaff blp at nicira.com
Fri Aug 29 17:38:32 UTC 2014


This is the change produced by:
   travis encrypt --repo openvswitch/ovs build at openvswitch.org --add

I don't know whether it is minimal.

CC: Thomas Graf <tgraf at noironetworks.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 .travis.yml |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 85b13d0..b5f9294 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,13 @@
 language: c
 compiler:
-  - gcc
-  - clang
-
+- gcc
+- clang
 before_install: ./.travis/prepare.sh
-
 env:
+  matrix:
   - OPTS="--disable-ssl"
   - TESTSUITE=1 KERNEL=1 OPTS="--with-linux=./linux-3.14.7"
   - KERNEL=1 DPDK=1 OPTS="--with-dpdk=./dpdk-1.7.0
-
+  global:
+    secure: V7W+NdS3L1aXCMUo2EBmOIHeQHT76r78p3f25XFISz8D4a2FnXA2ydwQVbhiZxa+TRgrskY/iB5GU1fS70+qmIaGxnGAVRV8lIQVshoiaKuxvMcha0FdN4d44i1AmLiM2DK8r5k3+fEWTQCvq9mrXQnDJVEPpYfVGj5+b+9oBx8=
 script: ./.travis/build.sh $OPTS
-- 
1.7.10.4




More information about the dev mailing list