We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b804424 commit 86ff867Copy full SHA for 86ff867
.travis.yml
@@ -10,6 +10,7 @@ before_install:
10
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm
11
&& git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm
12
install $TRAVIS_NODE_VERSION
13
+ - go get github.com/knadh/stuffbin/stuffbin
14
services:
15
- docker
16
after_success:
0 commit comments