Saltstack Official Nginx Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
495B

  1. env:
  2. matrix:
  3. - OS_ID: centos_master_2017.7.2
  4. - OS_ID: debian_master_2017.7.2
  5. - OS_ID: opensuse_master_2017.7.2
  6. - OS_ID: ubuntu_master_2016.11.3
  7. - OS_ID: ubuntu_master_2017.7.2
  8. sudo: required
  9. language: python
  10. services:
  11. - docker
  12. before_install:
  13. - pip install Jinja2
  14. - python ${TRAVIS_BUILD_DIR}/tools/filltmpl.py nginx ${OS_ID}
  15. install:
  16. - docker build --force-rm -t "nginx:salt-testing-${OS_ID}" -f "Dockerfile.${OS_ID}" .
  17. script:
  18. - ./tools/run-tests.sh nginx ${OS_ID}