diff --git a/.travis.yml b/.travis.yml index 6818b5c..d85e6d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"