Skip to content

Commit 3d82aa9

Browse files
committed
Run test task on ci
1 parent 8f66ceb commit 3d82aa9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sudo: false
33
rvm: 2.4.2
44
cache:
55
bundler: true
6+
script: bundle exec rake ci
67
# Notifications, used by our Gitter channel.
78
notifications:
89
webhooks:

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,4 @@ end
242242

243243
desc "Run some tests (lang, author, pubdates)"
244244
task :check => ['check:lang', 'check:author', 'check:pubdates']
245+
task :ci => [:test, :build]

0 commit comments

Comments
 (0)