diff options
| author | Randy Morgan <[email protected]> | 2011-12-03 13:42:20 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-12-03 13:42:20 +0900 |
| commit | 71aec32f4f24da1cd44c76ac959c731aadc26c27 (patch) | |
| tree | 0746f2e0fde69829267e4dee4fbfc207160245e0 | |
| parent | 1232ac7076cf69676b8b0ddfceb851cdc30bcf34 (diff) | |
| download | caxlsx-71aec32f4f24da1cd44c76ac959c731aadc26c27.tar.gz caxlsx-71aec32f4f24da1cd44c76ac959c731aadc26c27.zip | |
make sure travis includes devlopment
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 4dc3c05f..d52c92cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,6 @@ -before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true" - -bundler_args: "--binstubs --without development" - - rvm: - 1.8.7 + - 1.9.2 - 1.9.3 notifications: |
