Move sql install to before_install

travis
Hannah Ward 2016-11-18 15:47:45 +00:00
parent 51b49dc176
commit 9f0f31c023
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 3 additions and 1 deletions

View File

@ -12,8 +12,10 @@ services:
env:
- OPENTAXII_CONFIG=$TRAVIS_BUILD_DIR/config.yaml URL="http://ec2-52-42-201-6.us-west-2.compute.amazonaws.com" APIKEY=Vjy0ra7wO6w6si7hbjxX52nARfVpaAO6Tm6lxeSm
install:
before_install:
- apt-get install mysql-server-5.6 mysql-client-core-5.6 mysql-client-5.6
install:
# Check the config is ok
- echo $OPENTAXII_CONFIG
- mysql --version