Преглед на файлове

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