blob: 7f58ae761f071b1d68d15c8ba5422a8d6ac448f0 [file] [log] [blame]
image: node:6
basic_test:
script:
- npm --version
- npm install
- npm test
downstream:
script:
- npm install
- npm run compile
- npm run downstream
test_262:
script:
- npm install
- npm run compile
- npm run test-262