Sha256: 158196a74137269a35dfe1adaf574fec591dbda71f0903db978ca463b7f15a9f
Contents?: true
Size: 417 Bytes
Versions: 2
Compression:
Stored size: 417 Bytes
Contents
sudo: false language: ruby before_install: - if [[ $TRAVIS_RUBY_VERSION =~ ^2\.[34] ]]; then gem update --system; fi rvm: - '1.8' - '1.9' - '2.0' - '2.1' - '2.2' - '2.3.3' - '2.4.0' - jruby-18mode - jruby-19mode - ree script: if [ -n "$RUBOCOP" ]; then bundle exec rubocop ; else bundle exec rspec ; fi matrix: fast_finish: true include: - env: RUBOCOP=true rvm: '2'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fspath-3.0.3 | .travis.yml |
fspath-3.0.2 | .travis.yml |