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
language: node_js
node_js:
- "6"
- "5"
after_success: npm run deploy
branches:
only:

Loading…
Cancel
Save