Skip to content

Commit

Permalink
chore(build): add node 6 on build pipeline (#1357)
Browse files Browse the repository at this point in the history
Adding Node v6 on the build pipeline to act as a proxy for "old" browsers.
  • Loading branch information
profnandaa authored Jun 12, 2020
1 parent b7ffd5d commit 5f6f2a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ node_js:
- 10
- 9
- 8
- 6
notifications:
email: false
after_script:
- npm install coveralls & coveralls
- npm install coveralls & coveralls

0 comments on commit 5f6f2a4

Please sign in to comment.