From b273ba9fea45b006fbec8492cb176a69acd60cef Mon Sep 17 00:00:00 2001 From: Jaiden Mispy <^_^@mispy.me> Date: Sat, 15 Nov 2014 04:15:03 +1100 Subject: [PATCH] silly travis --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 57c2b52..932924a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,8 @@ -language: ruby -cache: bundler rvm: - 1.9.3 - 2.1.4 -bundler_args: -j4 --without development production --quiet script: - - bundle exec rspec spec + - rspec spec notifications: email: - ebooks@mispy.me