perf(travis): Do not build assets
diff --git a/.travis.yml b/.travis.yml
index 2637d97..e3d432a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@
   - pip install -e ./bench
 
   - git clone https://github.com/frappe/frappe --branch $TRAVIS_BRANCH --depth 1
-  - bench init --frappe-path ~/frappe --python $(which python) frappe-bench
+  - bench init --skip-assets --frappe-path ~/frappe --python $(which python) frappe-bench
 
   - mkdir ~/frappe-bench/sites/test_site
   - cp -r $TRAVIS_BUILD_DIR/.travis/site_config.json ~/frappe-bench/sites/test_site/