Skip to content

Commit

Permalink
CircleCI config updated (#628)
Browse files Browse the repository at this point in the history
* CircleCI config updated

* Change node version
  • Loading branch information
anteriovieira committed Feb 20, 2018
1 parent 78e00ae commit ad100ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:7.10
- image: circleci/node:8.9-browsers

working_directory: ~/repo

Expand All @@ -34,15 +34,15 @@ jobs:

# run tests
- run:
name: Tests
name: Run tests
command: npm run unit

# run codecov
- run:
name: Coverage
name: Run coverage
command: ./node_modules/.bin/codecov

# run lint
- run:
name: Code Style
name: Run lint
command: npm run lint

0 comments on commit ad100ba

Please sign in to comment.