We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19c49cb + 0851f65 commit d578fa1Copy full SHA for d578fa1
1 file changed
circle.yml
@@ -0,0 +1,23 @@
1
+# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
+# title Circle CI Build Configuration +
3
+# project nord-atom-syntax +
4
+# repository https://github.com/arcticicestudio/nord-atom-syntax +
5
+# author Arctic Ice Studio +
6
+# email development@arcticicestudio.com +
7
+# copyright Copyright (C) 2016 +
8
9
+#
10
+# [References]
11
+# Circle CI
12
+# (https://circleci.com/docs)
13
+machine:
14
+ environment:
15
+ ATOM_LINT_WITH_BUNDLED_NODE: "true"
16
+ APM_TEST_PACKAGES: ""
17
+dependencies:
18
+ override:
19
+ - curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
20
+ - chmod u+x build-package.sh
21
+test:
22
23
+ - ./build-package.sh
0 commit comments