Skip to content
Snippets Groups Projects
Commit e9220e32 authored by SingLi's avatar SingLi
Browse files

less verbose build output

correct typo
parent 63db5f83
Loading
......@@ -55,7 +55,7 @@ script:
- export METEOR_WAREHOUSE_DIR="${METEOR_WAREHOUSE_DIR:-$HOME/.meteor}"
- export METEOR_DEV_BUNDLE=$(dirname $(readlink -f "$METEOR_WAREHOUSE_DIR/meteor"))/dev_bundle
#- meteor build --directory /home/vagrant/
- cd /home/vagrant && tar zxvf ./Rocket.Chat.tar.gz
- cd /home/vagrant && tar zxf ./Rocket.Chat.tar.gz
- rm ./Rocket.Chat.tar.gz
- cd /home/vagrant/bundle/programs/server && "$METEOR_DEV_BUNDLE/bin/npm" install
- cd $TRAVIS_BUILD_DIR/.sandstorm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment