language: node_js node_js : - "0.10" - "0.12" - "iojs" before_script: - mysql -u root -e 'create database myapp_test;' - mysql < test/mysql.sql