Skip to content

Commit

Permalink
added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ponury-kostek committed Jul 16, 2018
1 parent b8f3c01 commit cecbc46
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
addons:
apt:
sources:
- mysql-5.7-trusty
packages:
- mysql-server

before_script:
- mysql -e 'create database antvel_testing;'
language: node_js
node_js:
- 8
- 9
- 10

0 comments on commit cecbc46

Please sign in to comment.