embark-area-51/.travis.yml
emizzle 7e2f5624ba Increased time before reporting of library download duration goes red to 4 seconds.
Incrased travis build version to node 8, as embark only supports 8.10, and also perf_hooks requires 8.5
2018-06-06 12:04:30 +10:00

12 lines
244 B
YAML

language: node_js
node_js:
- "8"
addons:
code_climate:
repo_token: 7454b1a666015e244c384d19f48c34e35d1ae58c3aa428ec542f10bbcb848358
script:
- npm run lint
- npm run test
- npm run testdapp_1
- npm run testdapp_2