فهرست منبع

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[@]}"