feature/share-libs
yml 10 lines 126 Bytes
Raw
1 dist: xenial
2 os: linux
3 language: ruby
4 install:
5 - bundle install
6 cache: bundler
7 branches:
8 only:
9 - staging
10 - development