浏览代码

Remove "apply-constraints" from Travis to make the test more useful (now that the command works properly)

Tianon Gravi 6 年之前
父节点
当前提交
9cd890fbd9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bashbrew/travis.sh

+ 1 - 1
bashbrew/travis.sh

@@ -68,6 +68,6 @@ _bashbrew list --uniq
 _bashbrew cat
 if [ -n "$extraCommands" ]; then
 	_bashbrew list --build-order
-	_bashbrew from --apply-constraints
+	_bashbrew from
 fi
 echo; echo