grape-entity 0.7.0 → 0.9.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,30 +0,0 @@
1
- sudo: false
2
-
3
- language: ruby
4
-
5
- before_install:
6
- - gem update --system
7
- - gem install bundler
8
-
9
- after_success:
10
- - coveralls
11
- - bundle exec danger
12
-
13
- rvm:
14
- - 2.5.0
15
- - 2.4.3
16
-
17
- matrix:
18
- fast_finish: true
19
-
20
- include:
21
- - rvm: 2.3.6
22
- - rvm: ruby-head
23
- - rvm: jruby-head
24
- - rvm: rbx-2
25
-
26
- allow_failures:
27
- - rvm: 2.3.6
28
- - rvm: ruby-head
29
- - rvm: jruby-head
30
- - rvm: rbx-2