Sha256: 005c6177a8b1faf179b0cdeda63d5be3c9afeeab9e5b6550b9e4156d6fbaa9b2
Contents?: true
Size: 807 Bytes
Versions: 1
Compression:
Stored size: 807 Bytes
Contents
language: ruby cache: bundler: true directories: - node_modules matrix: fast_finish: true include: - rvm: 2.1 env: RUN=default TZ="/usr/share/zoneinfo/Pacific/Fiji" before_install: test -d node_modules || npm install - rvm: 1.9.3 env: RUN=rspec - rvm: 2.0.0 env: RUN="rspec mspec" - rvm: rbx env: RUN=rspec - rvm: jruby env: RUN=rspec - rvm: jruby-head env: RUN=rspec allow_failures: - rvm: 1.8.7 - rvm: 1.9.3 - rvm: 2.0.0 - rvm: rbx - rvm: jruby - rvm: jruby-head before_install: - git submodule update --init - npm install script: - "bundle exec rake $RUN" notifications: irc: "irc.freenode.org#opal" webhooks: urls: - https://webhooks.gitter.im/e/2ea12333adebda0c2289
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-0.7.0.beta3 | .travis.yml |