Skip to content

Commit

Permalink
Merge a37ca65 into c8d5571
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Feb 3, 2019
2 parents c8d5571 + a37ca65 commit 0797651
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .travis.yml
Expand Up @@ -18,10 +18,21 @@ before_script:
script:
- bundle exec rspec
- bundle exec ruby examples/all.rb
- bundle exec rubocop
- bundle exec rubydoctest README.md
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
stages:
- test
- lint
jobs:
include:
- stage: lint
rvm: 2.2.2
name: rubocop
script: bundle exec rubocop
- stage: lint
rvm: 2.2.2
name: rubydoctest
script: bundle exec rubydoctest README.md
branches:
only:
- master
Expand All @@ -32,6 +43,7 @@ notifications:
matrix:
allow_failures:
- rvm: ruby-head
- name: rubydoctest # TODO: Remove this after v1.2.0+
include:
- rvm: 2.6
env: RUBYOPT="--jit"
Expand Down

0 comments on commit 0797651

Please sign in to comment.