Browse Source

Test installation over `npm` after deployment (#828)

master
Leo Lamprecht 8 years ago
committed by Matheus Fernandes
parent
commit
1bfaaea8cb
  1. 3
      .travis.yml

3
.travis.yml

@ -34,5 +34,6 @@
"tags": true "tags": true
} }
} }
] ],
"after_deploy": "npm install -g now"
} }

Loading…
Cancel
Save