Skip to content

Instantly share code, notes, and snippets.

@edi9999
Created January 16, 2015 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edi9999/3912a66b7ddd25ab16bd to your computer and use it in GitHub Desktop.
Save edi9999/3912a66b7ddd25ab16bd to your computer and use it in GitHub Desktop.
language: node_js
node_js:
- "0.11"
- "0.10"
env:
- NODE_SCRIPT=node
- NODE_SCRIPT=./iojs-v1.0.2-linux-x64/bin/iojs
script:
- $NODE_SCRIPT /home/travis/.nvm/$(node --version)/bin/jasmine-node test/spec/docxgenTest.spec.js
before_script:
- npm install -g jasmine-node
- "wget https://iojs.org/dist/v1.0.2/iojs-v1.0.2-linux-x64.tar.xz"
- "tar xvfJ iojs-v1.0.2-linux-x64.tar.xz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment