forked from nordtheme/hyper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcircle.yml
27 lines (27 loc) · 879 Bytes
/
circle.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# title Circle CI Configuration +
# project nord-hyper +
# repository https://github.com/arcticicestudio/nord-hyper +
# author Arctic Ice Studio +
# email [email protected] +
# copyright Copyright (c) 2017 +
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#
# [References]
# Circle CI
# (https://circleci.com/docs/language-nodejs)
# (https://circleci.com/docs/yarn)
machine:
node:
version: 6
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
override:
- yarn global add gulp
- yarn install
cache_directories:
- ~/.cache/yarn
test:
override:
- gulp --harmony lint