]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blob - .travis.yml
Welcom pronto-hlint! This is a whole rewrite of pronto-eslint_npm.
[github/fretlink/pronto-hlint.git] / .travis.yml
1 ---
2 language: nix
3 before_script:
4 - nix-env -iA nixpkgs.hlint nixpkgs.ruby_2_6
5 - gem install bundler
6 script:
7 - bundle install
8 - bundle exec rake spec