Skip to content

Commit

Permalink
Merge branch 'release/3.0.0'
Browse files Browse the repository at this point in the history
* 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
  ...
  • Loading branch information
hirsch88 committed Mar 17, 2018
2 parents db1129f + 009b989 commit 2d2e6fd
Show file tree
Hide file tree
Showing 39 changed files with 790 additions and 679 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
language: node_js
node_js:
- "8.2.1"
- "8.9.4"
install:
- yarn install
scripts:
- npm test
env:
- DB_TYPE="sqlite" DB_DATABASE="./mydb.sql" DB_LOGGING=false
script:
- npm start test
- npm start test.integration
- npm start test.e2e
- npm start build
notifications:
email: false
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"recommendations": [
"streetsidesoftware.code-spell-checker",
"eg2.tslint",
"steoates.autoimport",
"EditorConfig.EditorConfig",
"christian-kohler.path-intellisense",
"mike-co.import-sorter",
Expand Down

0 comments on commit 2d2e6fd

Please sign in to comment.