Skip to content

Commit

Permalink
update version number and run node10 ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe committed Dec 6, 2018
1 parent 2c452c8 commit b91dd2f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ workflows:
filters: # required since `deploy` has tag filters AND requires `build`
tags:
only: /.*/
- test-node10:
filters: # required since `deploy` has tag filters AND requires `build`
tags:
only: /.*/
- test-node-latest:
filters: # required since `deploy` has tag filters AND requires `build`
tags:
Expand All @@ -20,6 +24,7 @@ workflows:
requires:
- test-node6
- test-node8
- test-node10
- test-node-latest
filters:
tags:
Expand Down Expand Up @@ -102,6 +107,13 @@ jobs:
environment:
CHROME_BIN: "/usr/bin/google-chrome"
NPM_CI_INSTALL: "ci"
test-node10:
<<: *defaults
docker:
- image: circleci/node:10.14.1-browsers
environment:
CHROME_BIN: "/usr/bin/google-chrome"
NPM_CI_INSTALL: "ci"
test-node-latest:
<<: *defaults
docker:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentmi-jsclient",
"version": "0.6.0",
"version": "0.7.0",
"description": "OpenTMI javascript client",
"main": "src/index.js",
"authors": [
Expand Down

0 comments on commit b91dd2f

Please sign in to comment.