Sha256: 1442b19ab6f1c299d747037a287045bbe488e8796f0175705687e6d3d6270b96
Contents?: true
Size: 1.18 KB
Versions: 19
Compression:
Stored size: 1.18 KB
Contents
# kisses and hugs to https://raw.github.com/NancyFx/Nancy/master/.travis.yml language: ruby install: - sudo bash -c "echo deb http://badgerports.org lucid main >> /etc/apt/sources.list" - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E1FAD0C - sudo apt-get update - sudo apt-get install mono-devel mono-gmcs mono-vbnc - sudo apt-get install gettext - sudo wget -q -P "/opt" "http://samples.nancyfx.org/content/mono-3.0.12-x64-bin.tar.bz2" - bundle install - echo set -e >> ./travis.sh - echo set -o pipefail >> ./travis.sh - echo echo Running on Mono 3.x >> ./travis.sh - echo sudo tar xk -C "/opt" -f /opt/mono-3.0.12-x64-bin.tar.bz2 >> ./travis.sh - echo export PATH="/opt/mono/bin:$PATH" >> ./travis.sh - echo export LD_LIBRARY_PATH="/opt/mono/bin" >> ./travis.sh - echo bundle exec rake spec >> ./travis.sh - chmod +x ./travis.sh script: ./travis.sh rvm: - 1.9.3 # 2.0 seems to be experiencing issues with subclasses not saying that they respond_to(:baseclass_method) # so that's for another day to fix # - 2.0.0 # - jruby branches: only: clean_slate notifications: email: henrik@haf.se gemfile: Gemfile
Version data entries
19 entries across 19 versions & 1 rubygems