We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f66ceb commit 3d82aa9Copy full SHA for 3d82aa9
.travis.yml
@@ -3,6 +3,7 @@ sudo: false
3
rvm: 2.4.2
4
cache:
5
bundler: true
6
+script: bundle exec rake ci
7
# Notifications, used by our Gitter channel.
8
notifications:
9
webhooks:
Rakefile
@@ -242,3 +242,4 @@ end
242
243
desc "Run some tests (lang, author, pubdates)"
244
task :check => ['check:lang', 'check:author', 'check:pubdates']
245
+task :ci => [:test, :build]
0 commit comments