Browse Source

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

Tianon Gravi 6 years ago
parent
commit
9cd890fbd9
1 changed files with 1 additions and 1 deletions
  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