From 6c689b3b78413e10c08fe4a168d224a252a41ef9 Mon Sep 17 00:00:00 2001 From: Mike Walker Date: Wed, 22 Apr 2015 20:10:52 -0400 Subject: [PATCH] Add activesupport to Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a8f9795..f3ba3e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ xcode_sdk: iphonesimulator podfile: Podfile before_install: - - gem install cocoapods slather -N + - gem install cocoapods slather activesupport -N after_success: slather \ No newline at end of file