Skip to content

Commit

Permalink
Update circleci config on template
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Rezende committed Jul 11, 2018
1 parent 734d682 commit 43f1ab3
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions generators/app/templates/circle.yml.template
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
machine:
node:
version: 8.11.1

dependencies:
override:
- npm install

test:
override:
- npm test
version: 2
jobs:
build:
docker:
- image: circleci/node:8.11.3
steps:
- checkout
- run: npm install
- run: npm test

0 comments on commit 43f1ab3

Please sign in to comment.