mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 05:27:03 +00:00
Add .travis.yml for Travis-CI support
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.8
|
||||
before_install:
|
||||
- jdk_switcher use openjdk6
|
||||
install: ./bootstrap.sh --noprompt --directory ./narwhal
|
||||
script: jake test
|
||||
env: PATH=/home/travis/builds/ahankinson/cappuccino/narwhal/bin:$PATH CAPP_BUILD=/home/travis/builds/ahankinson/cappuccino/Build NARWHAL_ENGINE=rhino
|
||||
Reference in New Issue
Block a user