Skip to content

Commit

Permalink
attempting to add tinytds
Browse files Browse the repository at this point in the history
  • Loading branch information
amcates committed May 9, 2022
1 parent 5025e7f commit 53cd497
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ services:

before_install:
- "export TZ=America/New_York"
- sudo apt-get -y install wget build-essential libc6-dev
- wget http://www.freetds.org/files/stable/freetds-1.1.24.tar.gz -O /tmp/freetds.tar.gz
- pushd /tmp && tar -xzvf /tmp/freetds.tar.gz
- cd freetds-1.1.24 && ./configure --prefix=/usr/local --with-tdsver=7.3 && make && sudo make install && popd
before_script:
- "export DISPLAY=:99.0"
- cp config/database.yml.example config/database.yml
Expand Down

0 comments on commit 53cd497

Please sign in to comment.