We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddf43f commit aca3896Copy full SHA for aca3896
.travis.yml
@@ -8,6 +8,7 @@ node_js:
8
services:
9
- mysql
10
before_install:
11
+ - cp .env.dist .env
12
- mysql -e 'CREATE DATABASE IF NOT EXISTS polymorphic;'
13
- npm i -g npm@latest
14
- npm i -g yarn
0 commit comments