浏览代码

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
 if [ "$extraCommands" ]; then
 	cmds+=(
 	cmds+=(
 		'list --build-order'
 		'list --build-order'
-		'from'
+		'from --apply-constraints'
 	)
 	)
 fi
 fi