1
0
Fork 0

Added travis config

This commit is contained in:
Michaël Lemaire 2018-12-30 18:28:54 +01:00
parent df6c1fcc3c
commit 6239426772
2 changed files with 5 additions and 0 deletions

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: node_js
node_js:
- "node"

View File

@ -14,6 +14,8 @@ Usage example
-------------
```typescript
import { Serializer } from "ts-serializer";
const namespace = {
Class1,
Class2