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.
1 parent 2040723 commit 66bf639Copy full SHA for 66bf639
.circleci/config.yml
@@ -0,0 +1,16 @@
1
+version: 2.0
2
+
3
+jobs:
4
+ build:
5
+ docker:
6
+ - image: circleci/node:6-browsers
7
+ steps:
8
+ - checkout
9
+ - run: "curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin"
10
+ - run: "testspace config url samples.testspace.com"
11
+ - run: npm install
12
+ - run: make lint test
13
+ - run:
14
+ name: Send reports to testspace
15
+ command: testspace checkstyle.xml [Tests]xunit.xml{test} coverage/cobertura-coverage.xml
16
+ when: always
circle.yml
0 commit comments