Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit 2f10d64

Browse files
committed
Fix circle setup
1 parent 69f9d04 commit 2f10d64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ jobs:
3434
- node_modules
3535
key: v1-dependencies-{{ checksum "package.json" }}
3636

37-
- run: npm install -g gulp
38-
- run: gulp unit
37+
- run: npm run test

0 commit comments

Comments
 (0)