Skip to content

Commit 2f0fc52

Browse files
author
Seth Davenport
committed
circle.yml
1 parent 0b4c070 commit 2f0fc52

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

circle.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
machine:
2+
node:
3+
version: 6.9.5
4+
5+
test:
6+
override:
7+
- ng lint
8+
- ng test --single-run
9+
- ng e2e

0 commit comments

Comments
 (0)