Sha256: 5753de347f72d507fbdc91b2a08af545cef349a8c53a4f3222d4fbfda7020bcf

Contents?: true

Size: 258 Bytes

Versions: 2

Compression:

Stored size: 258 Bytes

Contents

language: ruby
cache: bundler
rvm:
  - 2.1.5
  - 2.2.2
node_js:
  - "0.10"
branches:
  only:
    - master
before_install:
  - cd lib/api_browser
  - npm install
  - cd ../..
script:
  - bundle exec rspec spec
  - cd lib/api_browser
  - npm test
  - cd ../..

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
praxis-0.17.1 .travis.yml
praxis-0.17.0 .travis.yml