Skip to content

Commit 2d2e6fd

Browse files
author
hirsch88
committed
Merge branch 'release/3.0.0'
* release/3.0.0: (39 commits) bump version rename variable update readme fix typo fix dataloaders for multiple results add new style for keys in the readme Removing autoimport from extensions Fix seeding add new images add new images update config appveyor update travis config update travis config add 2 spaces update travis config add all test to travis add all test to travis fix e2e test Add tech-stack improve doc header ...
2 parents db1129f + 009b989 commit 2d2e6fd

39 files changed

+790
-679
lines changed

.travis.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
language: node_js
22
node_js:
3-
- "8.2.1"
3+
- "8.9.4"
44
install:
55
- yarn install
6-
scripts:
7-
- npm test
6+
env:
7+
- DB_TYPE="sqlite" DB_DATABASE="./mydb.sql" DB_LOGGING=false
8+
script:
9+
- npm start test
10+
- npm start test.integration
11+
- npm start test.e2e
812
- npm start build
913
notifications:
1014
email: false

.vscode/extensions.json

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"recommendations": [
33
"streetsidesoftware.code-spell-checker",
44
"eg2.tslint",
5-
"steoates.autoimport",
65
"EditorConfig.EditorConfig",
76
"christian-kohler.path-intellisense",
87
"mike-co.import-sorter",

0 commit comments

Comments
 (0)