1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 12:21:09 +00:00
Files
privacyguides.org/.travis.yml
Samuel Shifterovich 541d45f82a Add files for Travis CI (#696)
Implement Travis CI.
2018-12-27 17:08:35 +01: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