Skip to content

Commit

Permalink
feat(test): seed script sniff test (#91)
Browse files Browse the repository at this point in the history
* feat(test): seed script sniff test

* chore(seed.spec): fix indentation

* chore(package-lock): update lockfile

* docs(seed.spec): correct comment re: timeout

* feat(seed): use seed script directly in spec

* fix(travis): remove hard-coded npm version (outdated)

* fix(travis): add npm install to support `ci`

* fix(package-lock): regenerate lockfile from scratch
  • Loading branch information
glebec authored May 22, 2018
1 parent 415899d commit ad468c9
Show file tree
Hide file tree
Showing 5 changed files with 1,930 additions and 1,495 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ notifications:
on_success: change # default: change (only when going from broken to fixed)
on_failure: always # default: always (which is annoying, as it should be)
install:
- npm i -g npm@5.7.1 # delete once 5.7.X is out of "pre-release"
- npm ci # faster, goes only from package-lock
- npm i -g npm # delete once default travis npm supports `ci` command
- npm ci # faster, goes only from package-lock
before_script:
- psql -c 'create database "boilermaker-test";' -U postgres # remember to change this name if you change it elsewhere (e.g. package.json)

Expand Down
Loading

0 comments on commit ad468c9

Please sign in to comment.