Files
linguist/.travis.yml
Dan Buch 550b67215c Fetch libicu via Travis, switch back to container-based
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.
2015-11-08 06:41:22 -05:00

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