aptible-cli 0.20.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.travis.yml DELETED
@@ -1,20 +0,0 @@
1
- dist: xenial
2
- sudo: false
3
-
4
- rvm:
5
- - "2.1"
6
- - "2.2"
7
- - "2.3"
8
- - "2.4"
9
- - "2.5"
10
- - "2.6"
11
- - "2.7"
12
-
13
- before_install:
14
- - gem install bundler -v '< 2'
15
- script:
16
- - bundle exec rake
17
- - bundle exec script/sync-readme-usage
18
- - git diff --exit-code
19
- env:
20
- - BUNDLER_VERSION=1.17.3