]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blobdiff - .travis.yml
Welcom pronto-hlint! This is a whole rewrite of pronto-eslint_npm.
[github/fretlink/pronto-hlint.git] / .travis.yml
index dab13ac6019763260694337191051c4502024ac7..74e9f59cfc829f86e4602f20e3e77c7b93fcaff9 100644 (file)
@@ -1,13 +1,8 @@
 ---
-sudo: required
-dist: xenial
-language: ruby
-before_install:
-  - gem update --system
+language: nix
 before_script:
-  - npm install -g eslint
-rvm:
-  - 2.3.8
-  - 2.4.4
-  - 2.5.3
-  - 2.6.1
+  - nix-env -iA nixpkgs.hlint nixpkgs.ruby_2_6
+  - gem install bundler
+script:
+  - bundle install
+  - bundle exec rake spec