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

22 lines
498 B
YAML
Raw Normal View History

2019-08-03 14:24:51 -07:00
matrix:
include:
- language: ruby
rvm:
- 2.4.1
2019-08-03 14:24:51 -07:00
# Assume bundler is being used, therefore
# the `install` step will run `bundle install` by default.
script: ./build.sh
2019-08-03 14:24:51 -07:00
sudo: false # route your build to the container-based infrastructure for a faster build
2019-08-03 14:24:51 -07:00
cache: bundler # caching bundler gem packages will speed up build
- language: node_js
node_js:
- "v12.7.0"
branches:
only:
- master
script:
- "npm run html-beautify"