Merge pull request #1533 from github/travis-samples

Generate samples before build
This commit is contained in:
Arfon Smith
2014-09-15 13:22:43 -05:00

View File

@@ -1,8 +1,10 @@
before_install: before_install:
- git fetch origin master:master - git fetch origin master:master
- git fetch origin v2.0.0:v2.0.0 - git fetch origin v2.0.0:v2.0.0
- sudo apt-get install libicu-dev -y - sudo apt-get install libicu-dev -y
- gem update --system 2.1.11 - gem update --system 2.1.11
before_script:
- bundle exec rake samples
rvm: rvm:
- 1.9.3 - 1.9.3
- 2.0.0 - 2.0.0