Sha256: 3ad396e92d490e02c39a4825e845ba9d1060b14f11868d8295b0dc0ee089a747

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 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.0
#  - jruby

branches:
  only: clean_slate

notifications:
  email: henrik@haf.se

gemfile: Gemfile

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
albacore-2.0.0.rc.1 .travis.yml