embark/.travis.yml

14 lines
286 B
YAML
Raw Normal View History

2016-10-22 22:28:08 +00:00
language: node_js
node_js:
- "8"
2016-10-23 01:02:11 +00:00
addons:
code_climate:
repo_token: 7454b1a666015e244c384d19f48c34e35d1ae58c3aa428ec542f10bbcb848358
before_install:
- npm i -g npm@latest
2017-12-14 15:12:14 +00:00
script:
- npm run lint
- npm run test
2018-03-30 13:11:25 +00:00
- npm run testdapp_1
- npm run testdapp_2