Files
linguist/.travis.yml
2014-06-26 12:27:02 +02:00

12 lines
224 B
YAML

before_install:
- git fetch origin master:master
- git fetch origin v2.0.0:v2.0.0
- sudo apt-get install libicu-dev -y
- gem update --system 2.1.11
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
notifications:
disabled: true