summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 29786af988dfadbb4cd0f605f0051b3e0aa24f98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: ruby
cache: bundler
sudo: false
rvm:
- 2.2.3
env:
- TEST_SUITE=spec
- TEST_SUITE='kitchen:all'
before_install:
- openssl aes-256-cbc -K $encrypted_fc652662b082_key -iv $encrypted_fc652662b082_iv -in travis-ci.pem.enc -out travis-ci.pem -d
- bundle install --jobs 3
- bundle exec berks install
before_script:
- cp .kitchen.ci.yml .kitchen.local.yml
script: "bundle exec rake $TEST_SUITE"
after_script:
- bundle exec kitchen destroy