mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
Before this fix: environment variables defined `.travis.yml` were still dependant of internal configuration of the travis worker virtual machine. See also previous pull request #1728. With this fix, `.travis.yml` is even more generic and portable.
7 lines
226 B
YAML
7 lines
226 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.8
|
|
install: ./bootstrap.sh --quiet --noprompt --directory ./narwhal
|
|
script: jake test
|
|
env: PATH="$TRAVIS_BUILD_DIR/narwhal/bin:$PATH" CAPP_BUILD="$TRAVIS_BUILD_DIR/Build" NARWHAL_ENGINE=rhino
|