Added travis config
This commit is contained in:
parent
df6c1fcc3c
commit
6239426772
2 changed files with 5 additions and 0 deletions
3
.travis.yml
Normal file
3
.travis.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "node"
|
|
@ -14,6 +14,8 @@ Usage example
|
|||
-------------
|
||||
|
||||
```typescript
|
||||
import { Serializer } from "ts-serializer";
|
||||
|
||||
const namespace = {
|
||||
Class1,
|
||||
Class2
|
||||
|
|
Loading…
Reference in a new issue