Browse Source

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

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

3
.travis.yml

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

Loading…
Cancel
Save