jashkenas--coffeescript/.travis.yml

21 lines
367 B
YAML
Raw Normal View History

2017-09-09 05:01:11 +00:00
language: node_js
node_js:
- 6
- 8
- 10
2017-09-09 05:01:11 +00:00
cache:
directories:
- node_modules
script:
- node ./bin/cake build:except-parser
- node ./bin/cake build:parser
- node ./bin/cake build:full
- node ./bin/cake build:browser
- node ./bin/cake test
- node --harmony ./bin/cake test
2017-09-09 05:01:11 +00:00
- node ./bin/cake test:browser
- node ./bin/cake test:integrations