diff options
| author | Gibheer <gibheer@gmail.com> | 2012-12-17 19:23:13 +0100 | 
|---|---|---|
| committer | Gibheer <gibheer@gmail.com> | 2012-12-17 19:23:13 +0100 | 
| commit | aa751668a3702b8e7be52b6b3d9f433c1aa2450d (patch) | |
| tree | d1ad07b163221d072ad65e993a68e80bbecea574 | |
| parent | 6fbb12c0fd1f304fe99feadbf2eeb8d3c1245d11 (diff) | |
don't install development gems on travis
| -rw-r--r-- | .travis.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index 003fc54..984e26f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +bundler_args: --without development  language: ruby  rvm:    - 1.9.3 | 
