Add travis support

Remove realpath as Travis doesn't have it
Use bash instead of sh for build + test

Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
(cherry picked from commit 1af01e28ef)
This commit is contained in:
Andy Goldstein
2017-11-02 13:14:26 -04:00
parent 2ed07275b0
commit 1beafa211a
9 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Copyright 2016 The Kubernetes Authors.
#