File: .travis.yml

package info (click to toggle)
ruby-omniauth-ldap 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 180 kB
  • sloc: ruby: 720; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
branches:
  only:
    - 'master'
rvm:
  - 2.0.0
  - 2.1.5
script: "bundle exec rspec spec"