aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: dab13ac6019763260694337191051c4502024ac7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
sudo: required
dist: xenial
language: ruby
before_install:
  - gem update --system
before_script:
  - npm install -g eslint
rvm:
  - 2.3.8
  - 2.4.4
  - 2.5.3
  - 2.6.1