Bump go versions in travis
Failures might be caused by inotify not working correctly in travis. This is probably because travis has things mounted over NFS. https://github.com/travis-ci/travis-ci/issues/2342
This commit is contained in:
@@ -34,6 +34,7 @@ for i in $DIR/test/shell/*.sh; do
|
||||
cd - >/dev/null
|
||||
rm -rf '/tmp/mgmt/' # clean up after test
|
||||
if [ $e -ne 0 ]; then
|
||||
echo -e "FAIL\t$ii" # fail
|
||||
# store failures...
|
||||
failures=$(
|
||||
# prepend previous failures if any
|
||||
|
||||
Reference in New Issue
Block a user