Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 59d2fc3

Browse files
Switch to use Node 11 CircleCI docker environment (#44)
1 parent 3bb31f0 commit 59d2fc3

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,13 @@ release_tags: &release_tags
1111
version: 2.0
1212
jobs:
1313
build:
14-
machine: true
14+
docker:
15+
- image: circleci/node:11-browsers
1516
steps:
1617
- checkout
1718
- run:
1819
name: Install modules and dependencies.
1920
command: npm install
20-
- run:
21-
name: Check code style and linting
22-
command: npm run check
23-
- run:
24-
name: Ensure code compiles to JS.
25-
command: npm run compile
2621
- run:
2722
name: Run unit tests.
2823
command: npm run test

0 commit comments

Comments
 (0)