nandub / hubot-irc

IRC adapter for Hubot
MIT License
299 stars 128 forks source link

Hook up Travis-CI #89

Closed jgable closed 11 years ago

jgable commented 11 years ago

Add a .travis.yml to prevent issues like #88 .

language: node_js
node_js:
  - "0.11"
  - "0.10"
git:
  submodules: false
before_script:
  - npm install -g grunt-cli

Update package.json to use grunt validate for test.

halkeye commented 11 years ago

enabling grunt watch can help as well

I use vim + syntastic + coffee-lint

jgable commented 11 years ago

@nandub I've added the .travis.yml file to the root of the project but the project owner must log into travic-ci.org to integrate it. Should work after that.

nandub commented 11 years ago

@jgable done. Please test.

jgable commented 11 years ago

Looks good, got an email and everything. You should have to.