iknow_view_models 3.1.8 → 3.2.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.
@@ -1,22 +0,0 @@
1
- ---
2
- version: "{build}"
3
- image: ubuntu
4
-
5
- stack:
6
- - ruby 2.5.0, postgresql
7
-
8
- build: off
9
-
10
- install:
11
- - sudo -u postgres createdb -O appveyor iknow_view_models
12
- - sudo apt-get update
13
- - sudo apt-get -y install postgresql-server-dev-10
14
- - gem install bundler
15
- - bundle install
16
-
17
- before_test:
18
- - ruby -v
19
- - bundle -v
20
-
21
- test_script:
22
- - bundle exec rake