Sfoglia il codice sorgente

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

Tianon Gravi 8 anni fa
parent
commit
3ee4b34a8c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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