Browse Source

try running on node 5?

master
Rich-Harris 8 years ago
parent
commit
c5adcf17cb
  1. 2
      .travis.yml

2
.travis.yml

@ -1,7 +1,7 @@
sudo: false sudo: false
language: node_js language: node_js
node_js: node_js:
- "6" - "5"
after_success: npm run deploy after_success: npm run deploy
branches: branches:
only: only:

Loading…
Cancel
Save