Skip to content

Commit

Permalink
Merge 80a3498 into bda5583
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuncer committed Sep 2, 2019
2 parents bda5583 + 80a3498 commit 3d53b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,5 +1,5 @@
sudo: required
dist: trusty
dist: bionic
language: c
cache:
apt: true
Expand All @@ -17,12 +17,12 @@ env:
- PGVERSION=10
- PGVERSION=11
before_install:
- git clone -b v0.7.9 --depth 1 https://github.com/citusdata/tools.git
- git clone -b pg12 --depth 1 https://github.com/citusdata/tools.git
- sudo make -C tools install
- setup_apt
- nuke_pg
install:
- sudo apt-get install protobuf-c-compiler
- sudo apt-get install libprotobuf-c-dev protobuf-c-compiler
- sudo locale-gen da_DK
- sudo locale-gen da_DK.utf8
- sudo pip install cpp-coveralls
Expand Down

0 comments on commit 3d53b86

Please sign in to comment.