Przeglądaj źródła

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

Tianon Gravi 6 lat temu
rodzic
commit
9cd890fbd9
1 zmienionych plików z 1 dodań i 1 usunięć
  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