diff options
| author | Randy Morgan <[email protected]> | 2011-11-29 20:43:23 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-29 20:43:23 +0900 |
| commit | 23931239d368b5ef8b899ba683ba5a1312d58407 (patch) | |
| tree | b32efacd6e73dbe9cfb5ef8f3d7ed5e2357b9bbe | |
| parent | 08715a980f5b6fc64a166c62459f13cac2fb5b39 (diff) | |
| download | caxlsx-23931239d368b5ef8b899ba683ba5a1312d58407.tar.gz caxlsx-23931239d368b5ef8b899ba683ba5a1312d58407.zip | |
with some help from antares_
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f7630072..4dc3c05f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ +before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true" + bundler_args: "--binstubs --without development" + rvm: - 1.8.7 - 1.9.3 |
