Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Updated dev dependencies to latest; locked TypeScript version; bumped Node CI versions to 6 and 8 #512

Merged
merged 3 commits into from
Oct 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js

node_js:
- '4'
- '6'
- '8'

before_script:
- npm install -g grunt-cli
Expand Down
8 changes: 5 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Test against the latest version of this Node.js version
# Test against a newer version and an older version of Node.js
environment:
nodejs_version: "4"
matrix:
- nodejs_version: "6"
- nodejs_version: "8"

install:
# Get the latest stable version of Node.js
- ps: Install-Product node $env:nodejs_version
- npm install -g grunt-cli
- npm install
- npm install

test_script:
# Output useful info for debugging.
Expand Down
Loading