浏览代码

Remove --namespaces from Travis because it's the default now

Tianon Gravi 10 年之前
父节点
当前提交
ddf06e15e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bashbrew/travis.sh

+ 1 - 1
bashbrew/travis.sh

@@ -33,6 +33,6 @@ fi
 # TODO that will change eventually!
 
 set -x
-./bashbrew.sh list --namespaces='_' "${repos[@]}"
+./bashbrew.sh list "${repos[@]}"
 ./bashbrew.sh build --no-build "${repos[@]}"
 ./bashbrew.sh push --no-push "${repos[@]}"