iknow_view_models 3.1.8 → 3.2.0

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