Update travis

This commit is contained in:
Brian J. Cardiff 2017-05-29 15:32:31 -03:00
parent 616af3ba1d
commit c850ec4b72
1 changed files with 1 additions and 8 deletions

View File

@ -1,9 +1,2 @@
language: crystal
before_install:
- sudo apt-get autoremove sqlite3
- sudo apt-get install python-software-properties
- sudo apt-add-repository -y ppa:travis-ci/sqlite3
- sudo apt-get -y update
- sudo apt-cache show sqlite3
- sudo apt-get install sqlite3=3.7.15.1-1~travis1
- sudo sqlite3 -version
sudo: false