Skip to content

Commit

Permalink
Merge pull request #13 from leapfrogtechnology/travis
Browse files Browse the repository at this point in the history
Configure Travis CI for running tests
  • Loading branch information
mesaugat authored Aug 27, 2019
2 parents fd87a5a + 4d46340 commit 2f8460e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js

node_js:
- node
- 10
- 8

before_script:
- yarn build

script:
- yarn test
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ Setup and Teardown steps aren't always run within a single transaction. **You ne
await db.transaction(async trx => {
// Rollback and create all db objects using config.
await synchronize(config, trx, { force: false });
// Perform other db operations
// ...
});
```

Expand Down

0 comments on commit 2f8460e

Please sign in to comment.