Skip to content

Commit 66bf639

Browse files
committed
Migrate to Circle v2
1 parent 2040723 commit 66bf639

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)