diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-05-09 11:36:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-09 11:36:53 +0200 |
commit | 8dbb84308caebc113b2d3f7d176cee25c5486730 (patch) | |
tree | 97c82f86c1cfca577c249774a8fd198494115470 /.drone.yml | |
parent | 35b31110efce6799b1926c9485a246a1c60782dd (diff) | |
download | nextcloud-server-8dbb84308caebc113b2d3f7d176cee25c5486730.tar.gz nextcloud-server-8dbb84308caebc113b2d3f7d176cee25c5486730.zip |
Revert "Run phan tests only on high memory machines"
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index 03d53a452fd..c97f9bb9669 100644 --- a/.drone.yml +++ b/.drone.yml @@ -133,9 +133,6 @@ trigger: - pull_request - push -node: - memory: high - --- kind: pipeline name: litmus |