Fixed a typo

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

View File

@ -35,7 +35,7 @@ install:
# Populate databases
- opentaxii-create-services -c services.yaml
- opentaxii-create-collections -c collections.yaml
- opentaxii-create-acccount -u travis -p travis
- opentaxii-create-account -u travis -p travis
script:
- opentaxii-run-dev &
- pid=$!