Skip to content

Commit

Permalink
test all node vers on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Aug 4, 2012
1 parent b017121 commit efc7970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,5 +1,8 @@
language: node_js
node_js:
- 0.4
- 0.5
- 0.6
- 0.7
- 0.8
- 0.9
2 changes: 1 addition & 1 deletion test/main.coffee
Expand Up @@ -2,7 +2,7 @@ APPNAME = require '../'
should = require 'should'
require 'mocha'

describe 'FUNCTIONTYPE', ->
describe 'APPNAME', ->
describe 'FUNCTIONNAME()', ->
it 'should TASKNAME', (done) ->
should.exist true
Expand Down

0 comments on commit efc7970

Please sign in to comment.