Skip to content

Commit

Permalink
trying mocha again
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisonian committed Jul 11, 2019
1 parent b325b27 commit c2271ed
Show file tree
Hide file tree
Showing 8 changed files with 454 additions and 208 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js

node_js:
- "7"
- "8"
- "9"
- '8'
- '10'
- '12'

env:
- PACKAGE=idyll-ast
Expand Down
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ matrix:

environment:
matrix:
- nodejs_version: "7"
- nodejs_version: "8"
- nodejs_version: "9"
- nodejs_version: '8'
- nodejs_version: '10'
- nodejs_version: '12'

cache:
- "%LOCALAPPDATA%\\Yarn"
- "%LOCALAPPDATA%\\Yarn"

install:
# install modules
Expand All @@ -37,4 +37,4 @@ test_script:
- cd packages/idyll-themes && npm run test && cd ../..

# Don't actually build.
build: off
build: off
2 changes: 1 addition & 1 deletion packages/idyll-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"cross-env": "^5.0.5",
"expect.js": "^0.3.1",
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^6.0.2",
"mocha": "6.1",
"rimraf": "^2.6.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/idyll-ast/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"babel-preset-env": "^1.6.0",
"cross-env": "^5.0.5",
"expect.js": "^0.3.1",
"mocha": "^6.0.2",
"mocha": "6.1",
"rimraf": "^2.6.2"
}
}
Loading

0 comments on commit c2271ed

Please sign in to comment.