Using worker: worker-linux-027f0490-2.bb.travis-ci.org:travis-linux-16Build system informationBuild language: rubyBuild image provisioning date and timeWed Feb 4 18:22:50 UTC 2015Operating System Detailsdistributor ID: UbuntuDescription: Ubuntu 12.04 LTSRelease: 12.04Codename: preciselinux Version2.6.32-042stab090.5Cookbooks Version23bb455 https://github.com/travis-ci/travis-cookbooks/tree/23bb455GCC versiongcc (Ubuntu/linaro 4.6.3-1ubuntu5) 4.6.3copyright (C) 2011 Free Software Foundation,Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABIliTY or fitness FOR A PARTIculaR PURPOSE.LLVM versionclang version 3.4 (Tags/RELEASE_34/final)Target: x86_64-unkNown-linux-gnuThread model: posixPre-installed Ruby versionsruby-1.9.3-p551Pre-installed Node.Js versionsv0.10.36Pre-installed Go versions1.4.1Redis versionredis-server 2.8.19riak version2.0.2MongoDB versionMongoDB 2.4.12CouchDB versioncouchdb 1.6.1Neo4j version1.9.4Cassandra version2.0.9RabbitMQ Version3.4.3ElasticSearch version1.4.0Installed Sphinx versions2.0.102.1.92.2.6Default Sphinx version2.2.6Installed firefox versionfirefox 31.0esrPhantomJs version1.9.8ant -versionApache Ant(TM) version 1.8.2 compiled on December 3 2011mvn -versionApache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T17:29:23+00:00)Maven home: /usr/local/mavenJava version: 1.7.0_76,vendor: Oracle CorporationJava home: /usr/lib/jvm/java-7-oracle/jreDefault locale: en,platform enCoding: UTF-8OS name: "linux",version: "2.6.32-042stab090.5",arch: "amd64",family: "unix"$git clone --depth=50 --branch=master git://github.com/tohuw/tohuw.net.git tohuw/tohuw.netcloning into 'tohuw/tohuw.net'...remote: Counting objects: 167,done.remote: Compressing objects: 100% (132/132),done.remote: Total 167 (delta 70),reused 121 (delta 27)Receiving objects: 100% (167/167),77.91 KiB | 0 bytes/s,done.Resolving deltas: 100% (70/70),done.Checking connectivity... done.$cd tohuw/tohuw.net$git checkout -qf 6c202bf02ffaf730ea9b58b5b7df72a1b5c12e55Setting environment variables from .travis.yml$export NOKOGIRI_USE_SYstem_liBRARIES=true$rvm use 2.2.0 --install --binary --fuzzyUsing /home/travis/.rvm/gems/ruby-2.2.0$export BUNDLE_GEMfile=$PWD/Gemfile$ruby --versionruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-linux]$rvm --versionrvm 1.26.10 (latest-minor) by Wayne E. Seguin <wayneeseguin@gmail.com>,Michal PAPIs <mpAPIs@gmail.com> [https://rvm.io/]$bundle --versionBundler version 1.7.9$gem --version2.4.5$bundle install --jobs=3 --retry=3 --deploymentFetching gem Metadata from https://rubygems.org/.......Installing blankslate 2.1.2.4Installing addressable 2.3.7Installing chunky_png 1.3.4Installing fast-stemmer 1.0.2Installing hitimes 1.2.2Installing coffee-script-source 1.9.0Installing execJs 2.3.0Installing colorator 0.1Installing colored 1.2Installing multi_Json 1.10.1Installing rb-fsevent 0.9.4Installing sass 3.4.12Installing mercenary 0.3.5Installing mini_portile 0.6.2Installing parallel 1.4.0Installing yell 2.0.5Installing jekyll-gist 1.1.0Installing jekyll-paginate 1.1.0Installing kramdown 1.5.0Installing liquID 2.6.2Installing posix-spawn 0.3.9Installing yajl-ruby 1.2.1Installing ffi 1.9.6Installing safe_yaml 1.0.4Installing rainbow 2.0.0Installing rouge 1.8.0Using bundler 1.7.9Installing parslet 1.5.0Installing classifIEr-reborn 2.0.3Installing redcarpet 3.2.2Installing timers 4.0.1Installing coffee-script 2.3.0Installing compass-import-once 1.0.5Installing compass-core 1.0.3Installing Font-awesome-sass 4.3.1Installing jekyll-sass-converter 1.3.0Installing pygments.rb 0.6.2Installing rb-inotify 0.9.5Installing ethon 0.7.2Installing scss-lint 0.33.0Installing toml 0.1.2Installing celluloID 0.16.0Installing jekyll-coffeescript 1.0.1Installing compass 1.0.3Installing typhoeus 0.7.1Installing Listen 2.8.5Installing compass-HTML5bp 1.0.0Installing jekyll-watch 1.2.1Installing jekyll 2.5.3Installing nokogiri 1.6.6.2Installing HTML-proofer 2.1.0Your bundle is complete!It was installed into ./vendor/bundlepost-install message from compass: Compass is charityware. If you love it,please donate on our behalf at http://umdf.org/compass Thanks!$jekyll build/home/travis/build.sh: line 41: jekyll: command not foundThe command "jekyll build" exited with 127.Done. Your build exited with 1.
我的.travis.yml:
language: rubyrvm:- 2.2.0script: jekyll buildenv: global: - NOKOGIRI_USE_SYstem_liBRARIES=true解决方法 我改变了脚本:命令如下:
script: bundle exec jekyll build
我意识到我应该这样做,因为日志告诉我……
Your bundle is complete!It was installed into ./vendor/bundle
我意识到这样的位置不太可能自动出现在$PATH中,并且捆绑exec是为这种事情而制作的.简单回答,但我会留下这个,以防其他一些新手有类似的问题.
总结以上是内存溢出为你收集整理的ruby – Travis在Jekyll项目上失败 – 找不到Jekyll?全部内容,希望文章能够帮你解决ruby – Travis在Jekyll项目上失败 – 找不到Jekyll?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)