node_modules.apollo-codegen..travis.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-client-maven-plugin Show documentation
Show all versions of apollo-client-maven-plugin Show documentation
Maven plugin for generating graphql clients
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