.travis.yml in whatsup_github-0.4.0 vs .travis.yml in whatsup_github-0.4.1
- old
+ new
@@ -1,5 +1,6 @@
---
sudo: false
language: ruby
cache: bundler
before_install: gem install bundler -v 2.2.15
+script: bundle exec rake spec features
- old
+ new