Browse Source

travis: no need for before_install

hk-custom-address
Daniel Cousens 8 years ago
parent
commit
8ec0ce1552
  1. 2
      .travis.yml

2
.travis.yml

@ -1,7 +1,5 @@
sudo: false
language: node_js
before_install:
- npm install npm -g
node_js:
- "0.12"
- "4"

Loading…
Cancel
Save