Simplify travis instructions

This commit is contained in:
Michal Moskal 2016-03-29 08:26:18 -07:00
parent 365c95b33d
commit 1768881719
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ language: node_js
node_js:
- "5.7.0"
script:
- "npm update"
- "node node_modules/kindscript/built/kind.js buildtarget"
- "node node_modules/kindscript/built/kind.js travis"
- "node node_modules/kindscript/built/kind.js uploaddoc"
sudo: false