Browse Source

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

Tianon Gravi 8 năm trước cách đây
mục cha
commit
3ee4b34a8c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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