File: .travis.yml

package info (click to toggle)
ruby-logify 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 128 kB
  • sloc: ruby: 408; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1

bundler_args: --jobs 7

branches:
  only:
    - master

script: bundle exec rake travis:ci