This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/mysql2/.travis.yml

8 lines
125 B
YAML

language: node_js
before_script:
- mysql -e 'create database if not exists test;'
node_js:
- "0.8"
- "0.10"
- "0.11"