Procházet zdrojové kódy

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

Tianon Gravi před 10 roky
rodič
revize
ddf06e15e0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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[@]}"