Browse Source

[skip travis] build only the master

pull/50/head 1.2.0
Nicolas Massé 7 years ago
parent
commit
db252398bf
  1. 4
      .travis.yml

4
.travis.yml

@ -28,8 +28,8 @@ script:
notifications: notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/ webhooks: https://galaxy.ansible.com/api/v1/notifications/
branches: branches:
except: only:
- /^dev.*/ - master
before_install: before_install:
# travis encrypt-file tests/3scale-inventory.yaml tests/3scale-inventory.yaml.enc # travis encrypt-file tests/3scale-inventory.yaml tests/3scale-inventory.yaml.enc
- openssl aes-256-cbc -K $encrypted_5ba3c614c7e1_key -iv $encrypted_5ba3c614c7e1_iv -in tests/3scale-inventory.yaml.enc -out tests/3scale-inventory.yaml -d - openssl aes-256-cbc -K $encrypted_5ba3c614c7e1_key -iv $encrypted_5ba3c614c7e1_iv -in tests/3scale-inventory.yaml.enc -out tests/3scale-inventory.yaml -d

Loading…
Cancel
Save