Files
linguist/.travis.yml
Colin Seymour 49593a6a6d Update Travis Config (#4081)
* Switch to trusty

Precise is likely to die sometime after March 2018 -
https://blog.travis-ci.com/2017-08-31-trusty-as-default-status

* Remove Ruby 2.1 and 2.2

Ruby 2.1 is already EOL. 2.2 is EOL end March '18

* Need libicu52 on trusty
2018-03-29 09:10:13 +01:00

32 lines
358 B
YAML

language: ruby
sudo: false
addons:
apt:
packages:
- libicu-dev
- libicu52
before_install: script/travis/before_install
script:
- bundle exec rake
- script/licensed verify
rvm:
- 2.3.3
- 2.4.0
- 2.5.0
notifications:
disabled: true
git:
submodules: false
depth: 3
cache: bundler
dist: trusty
bundler_args: --without debug