Skip to content

Commit

Permalink
fix(travis): Make install script verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
adityahase committed Jul 23, 2019
1 parent 1c8b4c0 commit f57635e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- cp -r $TRAVIS_BUILD_DIR/* ~/.bench
- cp -r $TRAVIS_BUILD_DIR/* /tmp/.bench

- sudo python $TRAVIS_BUILD_DIR/playbooks/install.py --user travis --run-travis --production
- sudo python $TRAVIS_BUILD_DIR/playbooks/install.py --user travis --run-travis --production --verbose
# - sudo bash $TRAVIS_BUILD_DIR/install_scripts/setup_frappe.sh --skip-install-bench --mysql-root-password travis
# - cd ~ && sudo python bench-repo/installer/install.py --only-dependencies

Expand Down

0 comments on commit f57635e

Please sign in to comment.