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

Commit 0be80ba

Browse files
committed
Update CircleCI config
Looks like this got missed in #123.
1 parent b157320 commit 0be80ba

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

circle.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ dependencies:
44
- sudo dpkg --install atom-amd64.deb || true
55
- sudo apt-get update
66
- sudo apt-get -f install
7-
- apm install
7+
- npm install
8+
89
test:
910
override:
11+
- npm run lint
12+
# Remove the node_modules installed with the system npm to test real apm install
13+
- rm -Rf node_modules
1014
- atom -v
1115
- apm -v
16+
- apm install --production
1217
- apm test
1318

1419
machine:
1520
node:
16-
version: 6.1.0
21+
version: 6

0 commit comments

Comments
 (0)