Skip to content

Commit 9ce2496

Browse files
author
Tyler Breisacher
authored
Upgrade to CircleCI v2 so that builds will start working (#3)
1 parent 0dcad27 commit 9ce2496

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

circle.yml

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1-
machine:
2-
node:
3-
version: 5
1+
version: 2
2+
3+
jobs:
4+
lint_and_test:
5+
docker:
6+
- image: hustleinc/ci-base:21
7+
steps:
8+
- checkout
9+
- run:
10+
name: Install Dependencies
11+
command: npm install --no-progress
12+
- run:
13+
name: Run Tests
14+
command: npm test
15+
16+
workflows:
17+
version: 2
18+
hustle_workflow:
19+
jobs:
20+
- lint_and_test

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)