Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit 851136d

Browse files
author
Marlow Payne
committed
Update circleCI config with modern testing steps
1 parent 61f03dd commit 851136d

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Migrate JS linting to eslint
66
- Migrate SCSS compilation to libsass
77
- Lint SCSS with sass-lint
8+
- Update circleCI config with modern testing steps
89
5.1.2
910
- Ensuring disabled items don't close on close
1011
5.0.1

circle.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
machine:
22
node:
3-
version: 0.10.21
3+
version: 4.3.1
44

5-
test:
6-
pre:
7-
- gem install sass -v 3.4
8-
- bower cache clean
9-
- bower install
5+
dependencies:
106
override:
11-
- grunt lint
12-
- grunt test
7+
- npm install
8+
- npm install -g grunt-cli
139

10+
test:
11+
override:
12+
- grunt sasslint
13+
- grunt lint:prod
14+
- grunt test

0 commit comments

Comments
 (0)