commit | 7331964803f7b36d760a3015fa5f00fd0d54d1e1 | [log] [tgz] |
---|---|---|
author | Gavin D'souza <gavin18d@gmail.com> | Wed Nov 27 14:53:58 2019 +0530 |
committer | Gavin D'souza <gavin18d@gmail.com> | Wed Nov 27 14:55:57 2019 +0530 |
tree | 996d3f683ce82801bc559eb17b8375946cf5aeb8 | |
parent | 01613669a59cf2435e41555023eed64d4b325b68 [diff] |
fix(travis): add lib cups for updated frappe requirements
diff --git a/.travis.yml b/.travis.yml index 40afeee..365eb67 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -63,6 +63,7 @@ - tar -xf /tmp/wkhtmltox.tar.xz -C /tmp - sudo mv /tmp/wkhtmltox/bin/wkhtmltopdf /usr/local/bin/wkhtmltopdf - sudo chmod o+x /usr/local/bin/wkhtmltopdf + - sudo apt-get install libcups2-dev - cd ~/frappe-bench