Commit c4d47f42a2384e6fbf5d689e421505c2ca2e4a3b

Authored by Graham Fairweather
1 parent 06e247f7

Fix: Require Node 8

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.travis.yml
1 1 sudo: required
2 2 language: node_js
3 3 node_js:
4   - - '6'
  4 + - '8'
5 5 script:
6 6 - 'npm run test'
7 7 before_script:
... ...