summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 677f3e1e5af59cdadb6b5db78531d0a863075cb4 (plain)
1
2
3
4
5
6
7
before_install: sudo apt-get install -qq libgecode-dev
rvm:
  - 1.8.7
  - 1.9.3
  - 2.0.0
gemfile: chef/Gemfile
script: (cd chef && bundle exec rspec --format progress)