Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add travis support
  • Loading branch information
fernandojsg committed May 31, 2019
1 parent ac24cb0 commit 58cc7a0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: node_js
node_js:
- node
script:
- npm run travis
11 changes: 6 additions & 5 deletions build/ecsy.js

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions build/ecsy.module.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -11,6 +11,7 @@
"lint": "eslint src",
"start": "npm run dev",
"test": "ava",
"travis": "npm run lint",
"watch:test": "ava --watch"
},
"repository": {
Expand Down

0 comments on commit 58cc7a0

Please sign in to comment.