mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
This is a test. I don't understand the details of how the `bundle config build.charlock_holmes` bit works/fails, so the intent here is to get a PR posted for purposes of getting feedback via the full Travis machinery.
18 lines
236 B
YAML
18 lines
236 B
YAML
language: ruby
|
|
sudo: false
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libicu-dev
|
|
- libicu48
|
|
before_install: script/travis/before_install
|
|
rvm:
|
|
- 2.0.0
|
|
- 2.1
|
|
- 2.2
|
|
notifications:
|
|
disabled: true
|
|
git:
|
|
submodules: false
|
|
cache: bundler
|