标签: travis-ci
我试图通过在我的版本中添加install: travis_wait 50 ...来避免travis超时。但是,travis会出现以下错误:
install: travis_wait 50 ...
The command "npm test" exited with 0. 0.10s$ {:install=>"travis_wait 50 gulp deploy:test:css"} {:install=: command not found
这是travis file
我可能指出install: ...部分错了。想法?
install: ...