Mysql pls

travis
Hannah Ward 2016-11-18 15:45:10 +00:00
parent 7f4e2b9f62
commit 2b90620b4c
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,4 @@
dist: trusty
sudo: required
before_install:
- sudo apt-get install mysql-server-5.6 mysql-client-core-5.6 mysql-client-5.6
language: python
@ -17,6 +13,7 @@ env:
- OPENTAXII_CONFIG=$TRAVIS_BUILD_DIR/config.yaml URL="http://ec2-52-42-201-6.us-west-2.compute.amazonaws.com" APIKEY=Vjy0ra7wO6w6si7hbjxX52nARfVpaAO6Tm6lxeSm
install:
- apt-get install mysql-server-5.6 mysql-client-core-5.6 mysql-client-5.6
# Check the config is ok
- echo $OPENTAXII_CONFIG
- mysql --version