File: .travis.yml

package info (click to toggle)
coffeescript 1.12.8~dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,748 kB
  • sloc: javascript: 815; makefile: 57; xml: 9; sh: 6
file content (21 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: node_js

node_js:
  - 0.10
  - 0.12
  - 4
  - 6
  - 8
  - node

cache:
  directories:
    - node_modules

script:
  - node ./bin/cake build:except-parser
  - node ./bin/cake build:parser
  - node --harmony ./bin/cake build:full
  - node ./bin/cake build:browser
  - node --harmony ./bin/cake test
  - node --harmony ./bin/cake test:browser