Skip to content

Commit

Permalink
Try to fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenn committed Jul 1, 2017
1 parent 569a3e6 commit 4481792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jdk:
before_script:
- echo $PWD
- export SQLITEVERSION=3190300
- curl -O http://sqlite.org/2016/sqlite-autoconf-$SQLITEVERSION.tar.gz
- curl -O http://sqlite.org/2017/sqlite-autoconf-$SQLITEVERSION.tar.gz
- tar xzvf sqlite-autoconf-$SQLITEVERSION.tar.gz
- cd sqlite-autoconf-$SQLITEVERSION
- export CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1"
Expand Down

0 comments on commit 4481792

Please sign in to comment.