mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
7 lines
218 B
YAML
7 lines
218 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.8
|
|
install: ./bootstrap.sh --noprompt --directory ./narwhal
|
|
script: jake test
|
|
env: PATH="$TRAVIS_BUILD_DIR/narwhal/bin:$PATH" CAPP_BUILD="$TRAVIS_BUILD_DIR/Build" NARWHAL_ENGINE=rhino
|