Generate samples before build

This commit is contained in:
Arfon Smith
2014-09-15 13:17:38 -05:00
parent 92296f4b4b
commit ac32b09a6b

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