Skip to content

Commit

Permalink
ISSUE #695 made travis print submodule status
Browse files Browse the repository at this point in the history
  • Loading branch information
sebjf committed Sep 25, 2024
1 parent 08685b2 commit 734b820
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 @@ -33,6 +33,7 @@ matrix:
before_install:
- echo -e "machine github.com\n login $TESTUSER\n password $TESTPW" >~/.netrc
- git submodule update --init --recursive
- git submodule status
- sudo apt-get install gnupg curl
- sudo apt remove mongodb && sudo apt purge mongodb && sudo apt autoremove && sudo rm -rf /var/lib/mongodb
- curl -fsSL https://www.mongodb.org/static/pgp/server-5.0.asc | sudo gpg -o /usr/share/keyrings/mongodb-server-5.0.gpg --dearmor
Expand Down

0 comments on commit 734b820

Please sign in to comment.