aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxedconsulting.com>2016-04-28 07:59:32 +0100
committerAndrew White <andrew.white@unboxed.co>2016-05-05 05:07:58 +0100
commiteb3d409d6d8d1d8f9b9a5f2d8f856afe3dbfe068 (patch)
treeeca39aecf0acf305f82fdcac5b8c11ca12c4980f /.travis.yml
parentb782665cbb55260bfdfc19c366c5fbc4ddd6fb12 (diff)
downloadrails-eb3d409d6d8d1d8f9b9a5f2d8f856afe3dbfe068.tar.gz
rails-eb3d409d6d8d1d8f9b9a5f2d8f856afe3dbfe068.tar.bz2
rails-eb3d409d6d8d1d8f9b9a5f2d8f856afe3dbfe068.zip
Run Active Support tests when preserving timezones
Add to the matrix of Travis tests an entry that runs the Active Support tests when `ActiveSupport.to_time_preserves_timezone = true`.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ee4d11d29e..9603e66017 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,6 +37,7 @@ env:
- "GEM=ac"
- "GEM=ac FAYE=1"
- "GEM=am,amo,as,av,aj"
+ - "GEM=as PRESERVE_TIMEZONES=1"
- "GEM=ar:mysql2"
- "GEM=ar:sqlite3"
- "GEM=ar:postgresql"