File: .travis.yml

package info (click to toggle)
tdiary-style-gfm 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: ruby: 681; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
language: ruby
rvm:
  - 2.2
  - 2.3
  - 2.4
  - ruby-head
matrix:
  allowed_failures:
    - rvm: ruby-head

before_install: gem update bundler
script: bundle exec rake spec