Skip to content

Commit

Permalink
add rock configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dchester committed Oct 5, 2013
1 parent 50be873 commit 0f0f912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rock.yml
@@ -1,2 +1,4 @@
runtime: node010 runtime: node010
build: npm install && make clean && make build: npm install && make clean && make
run: rock --runtime=python27 run python -m SimpleHTTPServer
test: npm test

0 comments on commit 0f0f912

Please sign in to comment.