issues
search
shime
/
codewars
A missing command line client for Codewars API
http://codewars.com/
44
stars
7
forks
source link
Expands .travis.yml Build Matrix
#4
Closed
jfmercer
closed
9 years ago
jfmercer
commented
9 years ago
Builds against three versions of node
Allows failure for node 4.0 & node 4.1
Note: remove
allow_failures
when the 4.0 and/or 4.1 build passes
Includes
npm install
explicitly
shime
commented
9 years ago
Thanks!
allow_failures
when the 4.0 and/or 4.1 build passesnpm install
explicitly