File: .travis.yml

package info (click to toggle)
ruby-webpack-rails 0.9.11%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 164 kB
  • sloc: ruby: 342; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 84 bytes parent folder | download
1
2
3
4
5
6
7
language: ruby
rvm:
 - "2.1.7"
 - "2.2.2"
 - "2.3.1"
script: bundle exec rake spec