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
nitrohorse ecc215531e Revert "Test Travis matrix config"
This reverts commit 69125a052f.
2019-08-03 14:33:29 -07:00

12 lines
307 B
YAML

language: ruby
rvm:
- 2.4.1
# Assume bundler is being used, therefore
# the `install` step will run `bundle install` by default.
script: ./build.sh
sudo: false # route your build to the container-based infrastructure for a faster build
cache: bundler # caching bundler gem packages will speed up build