Bläddra i källkod

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

Tianon Gravi 6 år sedan
förälder
incheckning
9cd890fbd9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      bashbrew/travis.sh

+ 1 - 1
bashbrew/travis.sh

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