Skip to content

Commit

Permalink
[INTERNAL] Travis: Pin latest node version to 11
Browse files Browse the repository at this point in the history
The current version of a JSDoc dependency is not compatible with node 12. Also see: hegemonic/requizzle#5
  • Loading branch information
RandomByte committed Apr 23, 2019
1 parent 2a7544c commit a6a32fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js # don't install any environment

node_js:
- "node"
- "11"

os:
- linux
Expand Down

0 comments on commit a6a32fc

Please sign in to comment.