opensupports/.travis.yml

12 lines
153 B
YAML

before_install:
- nvm install 4.4.7
- npm install -g npm@2.15.8
- npm install -g mocha
- cd client
- npm install
- cd ..
script:
- cd client
- npm test