Skip to content

Commit

Permalink
Merge 43f1ab3 into 2bd6507
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloedurezende committed Jul 11, 2018
2 parents 2bd6507 + 43f1ab3 commit c3340ab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
20 changes: 9 additions & 11 deletions circle.yml
@@ -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
20 changes: 9 additions & 11 deletions generators/app/templates/circle.yml.template
@@ -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 c3340ab

Please sign in to comment.