Skip to content

Commit

Permalink
Test under Node.js 12; bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn authored Apr 29, 2019
1 parent 4f4dfc7 commit 3193e9c
Show file tree
Hide file tree
Showing 4 changed files with 1,882 additions and 630 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ os:
- windows
- linux
node_js:
- 12
- 11
- 10
- 8
Expand All @@ -11,13 +12,20 @@ env:
- FRESH_DEPS=true
matrix:
exclude:
- node_js: 12
env: FRESH_DEPS=true # Assume any bugs that occur with fresh dependencies are not platform specific.
os: windows
- node_js: 12
env: FRESH_DEPS=false
os: linux # Windows already tests without fresh dependencies, and we test *with* on Linux.
- node_js: 11
os: windows # We don't need to test odd-version releases very hard.
- node_js: 11
env: FRESH_DEPS=true
- node_js: 10
env: FRESH_DEPS=true
- node_js: 8
env: FRESH_DEPS=true
- node_js: 10
env: FRESH_DEPS=true # Assume any bugs that occur with fresh dependencies are not platform specific.
os: windows
cache: npm
before_install: if [[ "$(npm -v)" != "6.9.0" ]] && [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then npm install --global [email protected]; fi
install: npm ci
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Translations: [Español](https://github.com/avajs/ava-docs/blob/master/es_ES/doc

AVA comes bundled with a TypeScript definition file. This allows developers to leverage TypeScript for writing tests.

This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 3.3.4000.
This guide assumes you've already set up TypeScript for your project. Note that AVA's definition has been tested with version 3.4.5.

## Configuring AVA to compile TypeScript files on the fly

Expand Down
Loading

0 comments on commit 3193e9c

Please sign in to comment.