mirror of
https://github.com/lloeki/umodule-js.git
synced 2025-12-06 10:34:40 +01:00
enable travis
This commit is contained in:
parent
c375db3ddf
commit
85d3941f03
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.11"
|
||||
- "0.10"
|
||||
before_script:
|
||||
- npm install coffee-script
|
||||
script:
|
||||
make spec
|
||||
Loading…
Add table
Add a link
Reference in a new issue