This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Files
privacytools.io/.travis.yml

16 lines
395 B
YAML
Raw Normal View History

2018-12-27 16:40:11 +01:00
language: ruby
rvm:
- 2.4.1
before_script:
2018-12-27 16:41:40 +01:00
- chmod +x ./.github/ci_build # or do this locally and commit
2018-12-27 16:40:11 +01:00
# Assume bundler is being used, therefore
# the `install` step will run `bundle install` by default.
2018-12-27 16:41:40 +01:00
script: ./.github/ci_build
2018-12-27 16:40:11 +01:00
sudo: false # route your build to the container-based infrastructure for a faster build
cache: bundler # caching bundler gem packages will speed up build