All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.apollo-codegen..travis.yml Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
language: node_js

# Allow Travis tests to run in containers.
sudo: false

node_js:
  - "6"
  - "8"

cache:
  directories:
    - $HOME/.npm

install:
  - npm install

script:
  - npm test
  - npm run test:smoke




© 2015 - 2024 Weber Informatics LLC | Privacy Policy