Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Travis CI integration #49

Merged
merged 1 commit into from Apr 3, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
language: ruby
rvm:
- 2.1.0
gemfile: test.gemfile
before_install:
- npm install -g coffee-script
- gem install rake
before_script:
- node --version
- npm --version
- coffee server.coffee &
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should add -d or something to daemonize.

script: rake