From 83049d8a7120bcfa26c68cec74bcecd17c98b803 Mon Sep 17 00:00:00 2001 From: khs1994 Date: Mon, 4 Sep 2017 13:25:27 +0800 Subject: [PATCH] add travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 67ac060..ecc646e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_install: install: - git ls-files | while read file; do touch -d $(git log -1 --format="@%ct" "$file") "$file"; done #- npm install gitbook -g -- npm install gitbook-cli +#- npm install gitbook-cli script: - node_modules/gitbook-cli/bin/gitbook.js install - node_modules/gitbook-cli/bin/gitbook.js build