forked from sous-chefs/htpasswd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (36 loc) · 745 Bytes
/
.travis.yml
File metadata and controls
36 lines (36 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
services:
- docker
env:
- INSTANCE=default-ubuntu-1604
- INSTANCE=default-centos-7
install: true
before_script:
- chef gem install kitchen-dokken
script: kitchen test ${INSTANCE}
matrix:
include:
- before_script: true
script:
- cookstyle -D
- foodcritic --exclude test .
env: UNIT_AND_LINT=1
before_deploy:
- openssl aes-256-cbc -K $encrypted_6b0f22b9ebc1_key -iv $encrypted_6b0f22b9ebc1_iv
-in supermarket.pem.enc -out supermarket.pem -d
deploy:
skip_cleanup: true
provider: chef-supermarket
user_id: redguide
client_key: supermarket.pem
cookbook_category: Other
on:
tags: true
branch: master