1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

First pass at using Travis CI (#4690)

This commit is contained in:
Geoffrey Booth 2017-09-08 22:01:11 -07:00 committed by GitHub
parent 44ebfdb764
commit d172405244

18
.travis.yml Normal file
View file

@ -0,0 +1,18 @@
language: node_js
node_js:
- 6
- 8
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 ./bin/cake test:browser
- node ./bin/cake test:integrations