Skip to content

Commit

Permalink
Update dependencies, try adding Node 12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 12, 2019
1 parent fdb68b3 commit 7e660e9
Show file tree
Hide file tree
Showing 6 changed files with 346 additions and 602 deletions.
17 changes: 10 additions & 7 deletions .circleci/config.yml
Expand Up @@ -42,13 +42,10 @@ jobs:
docker:
- image: rollupcabal/circleci-node-v10:latest
<<: *unit_tests
# - run:
# name: Run unit tests.
# command: npm run ci:coverage
# - run:
# name: Submit coverage data to codecov.
# command: bash <(curl -s https://codecov.io/bash)
# when: on_success
node-v12-latest:
docker:
- image: rollupcabal/circleci-node-v12:latest
<<: *unit_tests

workflows:
version: 2
Expand Down Expand Up @@ -76,3 +73,9 @@ workflows:
filters:
tags:
only: /.*/
- node-v12-latest:
requires:
- analysis
filters:
tags:
only: /.*/

0 comments on commit 7e660e9

Please sign in to comment.