mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-09 02:45:33 +00:00
22 lines
562 B
YAML
22 lines
562 B
YAML
sudo: false
|
|
before_install:
|
|
- git fetch origin master:master
|
|
- git fetch origin v2.0.0:v2.0.0
|
|
- git fetch origin test/attributes:test/attributes
|
|
- git fetch origin test/master:test/master
|
|
- script/vendor-deb libicu48 libicu-dev
|
|
- bundle config build.charlock_holmes --with-icu-include=$(pwd)/vendor/debs/include --with-icu-lib=$(pwd)/vendor/debs/lib
|
|
- git submodule init
|
|
- git submodule sync --quiet
|
|
- script/fast-submodule-update
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1
|
|
- 2.2
|
|
notifications:
|
|
disabled: true
|
|
git:
|
|
submodules: false
|
|
cache: bundler
|