UNPKG

388 BYAMLView Raw
1#####
2# Circle CI
3#
4# For running docker images on circle ci, see: https://circleci.com/docs/docker
5# For circle.yml explanation, see: https://circleci.com/docs/manually
6#####
7
8machine:
9 node:
10 version: 4.2.6
11
12dependencies:
13 pre:
14 - npm install -g gulp
15 - npm install -g jspm
16 override:
17 - npm install
18 - jspm install
19
20test:
21 override:
22 - gulp build
23 - gulp test