Skip to content

Commit

Permalink
πŸ’š Pin Salt version to 2019.2.0 due to issue
Browse files Browse the repository at this point in the history
See saltstack/salt#54765 for context
  • Loading branch information
Frank Klaassen committed Oct 7, 2019
1 parent d4f0542 commit 00173ad
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 @@ -18,7 +18,7 @@ env:

before_install:
- sudo apt-get update
- curl -L http://bootstrap.saltstack.org | sudo -E sh -s -- stable
- curl -L http://bootstrap.saltstack.org | sudo -E sh -s -- stable 2019.2.0
# Cleanup Travis' MySQL leftovers as they conflict with the MariaDB clean install
- sudo apt-get purge mysql-common mysql-server mysql-client
- sudo rm /etc/mysql /var/lib/mysql /var/log/mysql -rf
Expand Down

0 comments on commit 00173ad

Please sign in to comment.