Skip to content

Commit

Permalink
ci: add new node_js test environments, change test script
Browse files Browse the repository at this point in the history
Now test for Mongo v3, v4
  • Loading branch information
mernxl committed Dec 5, 2019
1 parent 6d5fa95 commit 80ee61c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ cache:
yarn: true
directories:
- node_modules
- $HOME/.mongodb-binaries
- $HOME/.cache
notifications:
email: true
node_js:
- "9"
- "12"
- "10"
- "8"
env:
global:
- TEST_SITE=travis-ci
script:
- yarn run test
- yarn run test-ci
- yarn run build
after_success:
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
Expand Down

0 comments on commit 80ee61c

Please sign in to comment.