File: .travis.yml

package info (click to toggle)
ruby-devise-token-authenticatable 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 276 kB
  • ctags: 75
  • sloc: ruby: 1,059; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
language: ruby
rvm:
  - 2.1.9
  - 2.2.5
  - 2.3.1

before_install:
  - gem install bundler -v 1.11

script: bundle exec rspec