aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 74e9f59cfc829f86e4602f20e3e77c7b93fcaff9 (plain) (blame)
1
2
3
4
5
6
7
8
---
language: nix
before_script:
  - nix-env -iA nixpkgs.hlint nixpkgs.ruby_2_6
  - gem install bundler
script:
  - bundle install
  - bundle exec rake spec