summaryrefslogtreecommitdiff
path: root/files/puppet/modules/pixelated/circle.yml
blob: aa125328229067237865800f06df0ab7c68b5bb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
machine:
  ruby:
    version:
      2.1.8
  environment:
    LC_ALL: 'en_US.UTF-8'

dependencies:
  override:
    - sudo apt-get install rbenv
    - rbenv rehash
    - bundle install

test:
  override:
    - bundle exec rake validate
    - cp .fixtures-latest.yml .fixtures.yml
    - bundle exec rake spec
    - cp .fixtures-leap-pinned.yml .fixtures.yml
    - bundle exec rake spec