Skip to content

Commit

Permalink
Merge pull request #8310 from RocketChat/disable-travis-chache-on-tags
Browse files Browse the repository at this point in the history
[FIX] Execute meteor reset on TRAVIS_TAG builds
  • Loading branch information
rodrigok committed Sep 26, 2017
1 parent 412f8be commit 5097a5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ before_install:
install:
- export PATH="$HOME/.meteor:$PATH"
before_script:
- if [[ $TRAVIS_TAG ]]; then meteor reset; fi
- echo "replication:" | sudo tee -a /etc/mongod.conf
- |-
echo " replSetName: \"rs0\"" | sudo tee -a /etc/mongod.conf
Expand Down

0 comments on commit 5097a5b

Please sign in to comment.