Explorar o código

Add "--apply-constraints" in Travis so that "bashbrew from" doesn't fail on "windows-amd64"

Tianon Gravi %!s(int64=8) %!d(string=hai) anos
pai
achega
3ee4b34a8c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bashbrew/travis.sh

+ 1 - 1
bashbrew/travis.sh

@@ -45,7 +45,7 @@ cmds=(
 if [ "$extraCommands" ]; then
 	cmds+=(
 		'list --build-order'
-		'from'
+		'from --apply-constraints'
 	)
 fi