File: .travis.yml

package info (click to toggle)
ruby-jekyll-gist 1.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: ruby: 298; sh: 14; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: ruby
script : script/cibuild
sudo: false
notifications:
  email: false
branches:
  only:
    - master

rvm:
  - 2.4
  - 2.3
  - 2.2
  - 2.1
env:
  - ""
  - JEKYLL_VERSION=3.6.2
matrix:
  include:
    - # GitHub Pages
      rvm: 2.4.0
      env: GH_PAGES=true