Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Merge 0d4a5ab into 9aaa299
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Jun 23, 2018
2 parents 9aaa299 + 0d4a5ab commit 199dc0b
Show file tree
Hide file tree
Showing 4 changed files with 1,814 additions and 919 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,14 +1,16 @@
language: node_js

node_js:
- 4
- 8

env:
matrix:
- TEST_NODE_VERSION=0.10
- TEST_NODE_VERSION=0.12
- TEST_NODE_VERSION=4
- TEST_NODE_VERSION=6
- TEST_NODE_VERSION=8
- TEST_NODE_VERSION=10
- TEST_NODE_VERSION=node
global:
- secure: CV7Q6AHwuTCg2yi5iHC9mNexD7dgPoroZ1qdV8h+AAMUHFjO9GvCDy295l0zpqqJSb+b24GxPjx2gzK2klWMm0B55HORTBAbqJB8O7Y3dDtjycHZK23n5ph/JqhCGm4/XhxTmgDngF+0C98uWLvFKILYpTadWuOudLCc/NP4p4xykHeL2XgNA4TMg+FMYCy0k0/Xy5GNsjeHeQCJm3G1caX8jbQCRsoOiFol7Md/m5llXvY6KQzbmpis2LbPTM2mla8Ixn7bAdBX65xzcBjoWJ0dIrOghTh0z0AnEThYZHBWSvOwAkiVM3el3a4sfyUlvUfLn1ZPCK8u20uD3FQLL/q3aijmqiDORa0a6nJ67D6glRDjW1IgOyJ1iXL9GUzKBnrfdR2S78kSYGEyYDqd5Mro7InnkQ+5wgOUka0VHsJAv79tFe4ylOy3FNWzgXLmao7X/SsmV6LTXg99OpNB3zWPyFm48e5XCfWk2XR2jbeFAXc7u9W6WHWySUMpoB11FzdvNwldkE87Px8TK1guGriNSkrPk3/Abp0S+/Ka43pf+WAG2OA8DgQ2WIvCIr0ZmosS73Seg+s+MGQH9V78iFaSByEquPMbVE+3vxtl04KkRLJ1zhJ6R9CRGYKb7xiHEwCAFNMw2J8Wi5VjvvuhbkZz2D0Hn/qoEKJDkIFvzkA=
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -121,6 +121,8 @@ The project is written in TypeScript and built using a npm scripts. Run:
* `npm test` runs the tests
* `npm run typedoc` generates the documentation in `./typedoc`

**Note:** The minimum supported Node version for development is `>=6`. Tests can however be run on any version that this project supports (`>=0.10`).

## OpenTracing tracer implementations

*This section is intended for developers wishing to* ***implement their own tracers***. *Developers who simply wish to* ***use OpenTracing*** *can safely ignore this information.*
Expand Down

0 comments on commit 199dc0b

Please sign in to comment.