aptible-cli 0.20.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
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