Skip to content

Commit

Permalink
FIX .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfrac committed Jan 14, 2019
1 parent 23fcab3 commit e18a150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
node_js: "10.7.0"
script: yarn test --coverage --coverageReporters=text-lcov | coveralls && rm -rf ./coverage
- stage: Write Database with seeds
node_js: "10.7.0",
node_js: "10.7.0"
script: yarn createdb && yarn writeseeds

0 comments on commit e18a150

Please sign in to comment.