Преглед изворни кода

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

Tianon Gravi пре 8 година
родитељ
комит
3ee4b34a8c
1 измењених фајлова са 1 додато и 1 уклоњено
  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