Sha256: 2fd26cbef3178975ecdf1b98d9d7bbe51612892e9b6fe0278156f427bf15dd57
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
--- language: ruby matrix: include: # - os: linux # rvm: 2.2.10 # - os: osx # rvm: 2.2.10 - os: linux rvm: 2.3.8 - os: linux rvm: 2.4.6 - os: osx rvm: 2.4.6 - os: linux rvm: 2.5.5 - os: osx rvm: 2.5.5 - os: linux rvm: 2.6.3 env: BUILD_DOCKER=true services: - docker - os: osx rvm: 2.6.3 osx_image: xcode10.2 before_script: - ls -lah /Applications - sudo xcode-select -s /Applications/Xcode-10.2.1.app/Contents/Developer - clang --version - os: linux rvm: 2.7.2 - os: linux rvm: 3.0.0-preview2 fast_finish: true allow_failures: - rvm: 3.0.0-preview2 before_install: - gem install bundler -v 2.2.2 script: - bundle install - make - bundle exec rake test - bundle exec rake examples - gem build fast_excel.gemspec - export GIT_REPO=${TRAVIS_PULL_REQUEST_SLUG:-$TRAVIS_REPO_SLUG} - env - if [ -n "$BUILD_DOCKER" ]; then docker build . -f Dockerfile.test --build-arg GIT_REPO --build-arg TRAVIS_COMMIT --build-arg TRAVIS_BRANCH ; fi
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fast_excel-0.4.0 | .travis.yml |