Skip to content

Commit

Permalink
Actualiza en travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Oct 12, 2020
1 parent 45129e9 commit 5e9da71
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
language: ruby

rvm:
- 2.6.1
- 2.7.1

addons:
postgresql: '9.6'
postgresql: '10'


apt:
packages:
- postgresql-10
- postgresql-client-10

notifications:
email: false
Expand All @@ -21,7 +27,7 @@ before_install:
- ./cc-test-reporter before-build
- sudo locale-gen --no-archive es_CO.UTF-8
- sudo /etc/init.d/postgresql stop
- sudo /etc/init.d/postgresql start 9.6
- sudo /etc/init.d/postgresql start 10
- cd test/dummy
- psql -c 'CREATE DATABASE jn316gen_pru;' -U postgres
- gem install bundler
Expand Down

0 comments on commit 5e9da71

Please sign in to comment.