Skip to content

Commit

Permalink
Merge pull request #329 from kobim/fix/dtslint
Browse files Browse the repository at this point in the history
Run dtslint only on the latest node version
  • Loading branch information
dblock authored Apr 5, 2018
2 parents 1df3ac8 + a00b296 commit 5832ac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ matrix:
- npm run-script danger
- npm run-script lint
- npm run-script test-with-coverage
- npm install dtslint
- npm install dtslint@^0.2
- npm run dtslint
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
Expand All @@ -22,6 +22,7 @@ node_js:
- 5
- 6
- 7
- 8

cache:
directories:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* [#315](https://github.com/alexa-js/alexa-app/pull/315): Fix card tests and required card type - [@kobim](https://github.com/kobim).
* [#314](https://github.com/alexa-js/alexa-app/pull/314): Fix handling of `undefined` slot values - [@User1m](https://github.com/user1m).
* [#322](https://github.com/alexa-js/alexa-app/pull/322): Included Skill Builder example in example.ejs - [@funkydan2](https://github.com/funkydan2).
* [#329](https://github.com/alexa-js/alexa-app/pull/329): Run dtslint only on the latest node version - [@kobim](https://github.com/kobim).
* Your contribution here.

### 4.2.1 (February 1, 2018)
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"chai-string": "^1.3.0",
"coveralls": "^2.11.9",
"danger": "0.6.10",
"dtslint": "^0.2",
"ejs": "^2.5.5",
"eslint": "^2.9.0",
"esprima": "^3.1.3",
Expand Down

0 comments on commit 5832ac7

Please sign in to comment.