Skip to content

Commit

Permalink
chore(all): add CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 11, 2016
1 parent 292a5ac commit 6956edb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#####
# Circle CI
#
# For running docker images on circle ci, see: https://circleci.com/docs/docker
# For circle.yml explanation, see: https://circleci.com/docs/manually
#####

machine:
node:
version: 4.2.6

dependencies:
pre:
- npm install -g gulp
- npm install -g jspm
override:
- npm install
- jspm install

test:
override:
- gulp build
- gulp lint
- gulp test

0 comments on commit 6956edb

Please sign in to comment.