Skip to content

Commit

Permalink
fix statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin authored and mistercrunch committed Oct 21, 2015
1 parent 1fff334 commit e4bfb4b
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 @@ -12,7 +12,7 @@ env:
install:
- pip install tox
before_script:
- mysql -e 'create db airflow'
- mysql -e 'create database airflow'
- psql -c 'create database airflow;' -U postgres
script:
- tox --version
Expand Down

0 comments on commit e4bfb4b

Please sign in to comment.