Sha256: 29710da09b01b685b974626bed6601d7679d3b371ee14d5bc8125223d8bde306
Contents?: true
Size: 1.56 KB
Versions: 2
Compression:
Stored size: 1.56 KB
Contents
language: ruby script: bundle exec rake test before_install: - gem install bundler -v '< 2' bundler_args: --without development debug jobs: include: - rvm: ruby-head stage: test os: linux - rvm: ruby-head os: osx - rvm: 2.6.3 os: linux - rvm: 2.6.3 os: osx - rvm: 2.5.5 os: linux - rvm: 2.5.5 os: osx - rvm: 2.4.6 os: linux - rvm: 2.4.6 os: osx - rvm: 2.3.8 os: linux - rvm: 2.3.8 os: osx - rvm: 2.2 os: linux - rvm: 2.2 os: osx - rvm: jruby os: linux - rvm: jruby-9.2.7.0 os: linux - rvm: jruby-9.2.7.0 os: osx - stage: lint script: bundle exec rake lint rvm: 2.6.3 os: linux allow_failures: - rvm: ruby-head - rvm: jruby - rvm: jruby-9.2.7.0 fast_finish: true branches: only: - master - still # notifications: # slack: cucumberbdd:oQFVhzsx4R94KWmjlejAJYnM env: global: - secure: l8uznA5K4K9mZ1krmP3lTMD8WcJ32qGxFOR3jubKHcOBSLB4xSzU2aIqjyJdO+rLzebkwamhJc8pGSIWOUDQYvFiX7splK+uEkbBJ5huAhXtLF4Qgl86bCWbEXYzN7rvn0DQfpJAovyFMNRMnfo70XhwqWzFsaYa7Z0YbqYsJE4= # Travis by default also have "-Dcext.enabled=false" set in # JRUBY_OPTS, but JRuby 9 does not support C extensions at all # so it issues warning that will mess up the sterr checks. - JRUBY_OPTS="--dev --debug" # Somehow a "ASCII-8BIT to UTF-8 conversion error" appears for # JRuby 9 - LC_ALL=en_US.UTF-8 - LANG=en_US.UTF-8 - LANGUAGE=en_US.UTF-8 cache: apt addons: apt: packages: - zsh
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aruba-1.0.0.pre.alpha.4 | .travis.yml |
aruba-1.0.0.pre.alpha.3 | .travis.yml |