Sha256: a0905259f9b2363dca525a4b0381bc6c0606b0dc6f1575f890ab6f2ebf137453

Contents?: true

Size: 579 Bytes

Versions: 3

Compression:

Stored size: 579 Bytes

Contents

language: ruby
cache: bundler
sudo: false
rvm:
  - 2.3
  - 2.4
  - 2.5
  - 2.6
branches:
  only:
    - master
before_install:
  - gem update --system # Due to: https://github.com/travis-ci/travis-ci/issues/8978
# Leaving all API browser testing commented out as there are some very node dependencies that
# need to be worked out and updated
# node_js:
#   - "0.10"
# before_install:
#   - nvm install 0.10
#   - node --version
#   - cd lib/api_browser
#   - npm install
#   - cd ../..
# script:
#   - bundle exec rspec spec
#   - cd lib/api_browser
#   - npm test
#   - cd ../..

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
praxis-2.0.pre.1 .travis.yml
praxis-0.22.pre.2 .travis.yml
praxis-0.22.pre.1 .travis.yml