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