Skip to content

Commit

Permalink
fix(travis): use SIM=stable for centos-8
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jan 20, 2020
1 parent 9ea4d0a commit 318a8f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ env:

# CENTOS
- DN=centos DV=8 PI=yum SV=master SIM=git PV=3 EP="python3 python3-pip python3-devel openssl-devel swig glibc-langpack-en"
# There are no RPM's for Centos8 https://repo.saltstack.com/yum/redhat/
# centos,8 SV=2019.2 SIM=stable PV=3
- DN=centos DV=8 PI=yum SV=2019.2 SIM=git PV=3 EP="python3 python3-pip python3-devel openssl-devel swig glibc-langpack-en"
- DN=centos DV=8 PI=yum SV=2019.2 SIM=stable PV=3 EP="python3 python3-pip python3-devel openssl-devel swig glibc-langpack-en"
- DN=centos DV=7 PI=yum SV=2019.2 SIM=stable PV=3 EP="python3 python3-pip python3-devel openssl-devel swig gcc-g++ zeromq zeromq-devel"
- DN=centos DV=7 PI=yum SV=2019.2 SIM=stable PV=2 EP="python2-pip"
- DN=centos DV=7 PI=yum SV=2018.3 SIM=stable PV=2 EP="python2-pip"
Expand Down

0 comments on commit 318a8f3

Please sign in to comment.