Skip to content

Commit

Permalink
pkg-config --libs mysqlclient
Browse files Browse the repository at this point in the history
  • Loading branch information
cotsog authored Mar 1, 2017
1 parent 46fd3ea commit af47318
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
language: node_js

language: rust
sudo: required
dist: trusty

services:
- mysql
addons:
apt:
packages:
- oracle-java8-installer
- oracle-java8-set-default

install: true
script:
- java -version
postgresql: '9.4'

install: true
script: pkg-config --libs mysqlclient

0 comments on commit af47318

Please sign in to comment.