Sha256: 9f97603408a3ba239632f4257c45629ca3ef54d89247a4b590ed2a2f83596b0e

Contents?: true

Size: 270 Bytes

Versions: 5

Compression:

Stored size: 270 Bytes

Contents

language: ruby
cache: bundler
sudo: false
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

5 entries across 5 versions & 1 rubygems

Version Path
praxis-0.20.1 .travis.yml
praxis-0.20.0 .travis.yml
praxis-0.19.0 .travis.yml
praxis-0.18.1 .travis.yml
praxis-0.18.0 .travis.yml